Hello,
Thanks for the link. The problem appears with and without hub.
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
Search found 3 matches
- Mon Jan 04, 2021 8:37 am
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 215
- Sat Jan 02, 2021 4:26 pm
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 215
Re: STM32F103 USB KO after being suspended
Hello,
I'm using a stlink to program the board. There is no problem at boot, but only when a suspended mode is detected. I don't use any custom bootloader.
I'm using a stlink to program the board. There is no problem at boot, but only when a suspended mode is detected. I don't use any custom bootloader.
- Sat Jan 02, 2021 2:20 pm
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 215
STM32F103 USB KO after being suspended
Hello, First of all, many thanks to Roger for the job done. I found many many things on this forum. I finished creating a MIDI footswitch. I only have one problem : When USB is suspended, I could not received any more data on it, even if state is back to connected. But I can still send data. I debug...