STM32L151 IRQ firing only when program launched from debugger
Posted on April 24, 2016 at 11:27Hi,I've build a program that runs fine, but IRQ are only fired when I start the µC with the debugger.Without the debugger, I can see that the µC runs correctly the program thanks to some blinking led, but none of m...