Question
STM8 Workbench and breakpoint
Posted on June 09, 2014 at 20:26
Hi,
I use a stm8a-discovery board and IAR workbench for STM8 1.42 to developp a project.I try to DEBUG my application but I have a problem when I use breakpoint or break the application execution because the MCU stop when it is on the breakpoint. For example, if I use output PWM, I see PWM on oscilloscope until I break the execution and I see it again when I execute from the current statement.How can I change it to don't stop the MCU when I break the application execution ?Thank you