USB CDC can work, but tud_mount_cb tud_umount_cb callback function keeps triggering #998
Unanswered
arilink-tech
asked this question in
Q&A
Replies: 1 comment
-
|
I cannot tell, since there is little info, it is probably your integration issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I transplanted RT-Thread and TinyUSB on STM32F105. I found a problem during the test. When I output the status through printf in the tud_mount_cb() and tud_umount_cb() callback functions, I found that these two callback functions have been triggered, and the USB cannot be normal. Work When I use printf to output status, USB can work normally, CDC can send and receive normally. Why?
Beta Was this translation helpful? Give feedback.
All reactions