Replies: 1 comment
-
|
have you tried the stock example |
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.
-
Greetings all,
I'm attempting to get tinyusb working with my STM32F401 based project.
Device only, one interface (CDC ACM). I'm using unmodified dcd_synopsys.c .
The virtual COM port is setup by the Win10 driver correctly, and EP0 works as it should (as far as i can tell).
On opening the COM port in a simple terminal app the debug output shows:
The problem comes when trying to send data to my device. OTG_FS_IRQHandler() is not fired.
I've checked GINTSTS after attempting to write data to my device. USB_OTG_GINTSTS_RXFLVL is never set.
Does anyone know what the problem may be here?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions