2020-02-04 07:17 PM
I'm using STM8-SO8-DISCO to program the STM8L001J3 uC which is attached to it. Before that I was developing my project using another kit and debugging was fine, but when I migrated the code to use it in this new kit (STM8-SO8-DISCO) I stopped being able to using breakpoints inside of ISRs.
I know that those interrupts are being triggered normally, e.g one of them is triggered by a button and its action in performing okay. But it will be kind of hard to continue if I can't use breakpoint inside those ISRs in order to debug.
Any toughts? Is it a uC or kit limitation? Is it an IDE configuration?