2019-07-23 11:40 PM
Hello,
I have coded some usb code which is correctly sending and recieving data. The problem is that at the end of sending the device descriptor no STATUS_OUT packet is sent.
I've done the following to get the above sending:
If I just to the above, this happens:
The above STAT_TX/IN transaction should result in a CTR_TX type CTR interrupt. Inside that handler I do the following:
Unfortunately it doesn't, does anybody have any ideas of what to check/try?
When I do the STAT_RX thing it does the following: