arpruss/USBComposite_stm32f1

USB reception KO after USB suspended

AurelGTS opened this issue · 1 comments

Hello,

First of all thanks for the job done 👍
I've a problem when USB is entered in suspended state. I can no more received any packet (but I can still send).
I'm using a USBMidi class. Have you an idea of the root cause ?

Thanks.
Regards,
Aurélien

Seems function usb_midi_DataRxCb in usb_midi_device.c is not called after a wakeup. But If I send a second midi data, it works.
Dont' really understand why for the moment... I go on.

regards,

Aurélien