Skip to main content
MZaqu.1
Associate
February 5, 2020
Question

Breakpoints inside ISRs with STVD and STM8-SO8-DISCO

  • February 5, 2020
  • 0 replies
  • 741 views

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?

    This topic has been closed for replies.