Replies: 1 comment
-
As is often the case, once I opened this discussion I seem to have found the solution. I added the usual tinyUSB interrupt handler to my INT handler and the device works. Is this the correct approach? |
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
-
Hello, I am trying to get my smt32g431 board working with tinyUSB. I use CubeIDE and set up the USB driver, including enabling "USB_LP_IRQHandler" interrupt, however, when I run the code and connect to my PC I get an unhandled INT that is for "USBWakeUp_IRQHandler". I have added an empty handler and confirmed it is indeed being called. What function in tinyUSB should be called in this handler to correctly deal with this.
Beta Was this translation helpful? Give feedback.
All reactions