Reply To: STM32 USB CDC Demo is missing an interrupt handler

Sysprogs forums Forums VisualGDB STM32 USB CDC Demo is missing an interrupt handler Reply To: STM32 USB CDC Demo is missing an interrupt handler

#7842
julianr
Participant

This is very embarrassing…  😳

Of course that is standard hex notation for integer numbers. But this is what happens when you debug unknown code on a hungover Saturday morning before the first coffee…

The problem is still the same. The USB and SysTick IRQ have the same priority and this means the SysTick based wait function is not working inside the USB interrupt handler. You might want to correct this in your demo code together with the missing USB IRQ handler in the next release.

  • This reply was modified 8 years, 1 month ago by julianr.