Question
STM32_USB-Host-Device_Lib - receiving
Posted on January 14, 2014 at 14:52
How do I receive USB IN data with a host using the library mentioned in the title?
Do I have to poll by trying to receive from different IN EPs, or is there some interrupt based state change to indicate whether receive needs to be called or not?Or do I just have to poll URB_State or HC_Status for that EP?Especially I'm trying to receive device notificatons via interrupt IN ep, getting any IN data is important though.