Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb2uartjtag固件,uart使用不了 #14

Closed
xulinkun opened this issue Aug 28, 2022 · 2 comments · Fixed by #19
Closed

usb2uartjtag固件,uart使用不了 #14

xulinkun opened this issue Aug 28, 2022 · 2 comments · Fixed by #19

Comments

@xulinkun
Copy link

调试板为 rv-debugger-plus,目标机器是sipeed nano,编译出来发现jtag能用,但是uart无通信。起初怀疑硬件的问题,但对比烧录sdk example下的usb2uart用例,uart通信正常,所以认定是固件bug,请排查一下。

@luvletter2333
Copy link

把这一行注释掉,重新编译然后烧固件就行了,但是我还没测试jtag好不好使

device_control(uart1, DEVICE_CTRL_SUSPEND, NULL);

这一行在 usb2dualuart下面是被注释掉了的

// device_control(uart[index], DEVICE_CTRL_SUSPEND, NULL);

小编也很好奇为什么

@richardclli
Copy link
Contributor

Fixed了
#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants