USBD_WINUSB: Request for ReceiveDataInterrupt

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I have just started working with the new USBD_WINUSB App. At the moment it is necessary to poll if there were some bytes received via USB. Are there any plans to add a USB Receive Data Interrupt Signal to the app that can be connected to a NVIC?

Greetings
Valentina
0 Likes
2 Replies
AngelB
Employee
Employee
Hello Valentina,

Unfortunately, there will not be any USB Receive Data Interrupt Signal to be connected to a NVIC App.
The USB module provides a single service request output connected to a interrupt node in the NVIC. This interrupt node is already handled by the USB Driver in order to manage the USB Protocol...

Regards,
Angel
0 Likes
Not applicable
Hello Angel,

thank you very much for your reply. I will continue polling then 😉

Greetings!
0 Likes