![]() |
Stm32F0 series debug problem - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forum-1.html) +--- Forum: Using EmBitz (https://www.embitz.org/forum/forum-2.html) +--- Thread: Stm32F0 series debug problem (/thread-222.html) |
Stm32F0 series debug problem - Cseb84 - 15-01-2025 Hi, While debugging an STM32F0 series processor with swd debug, when I place a breakpoint on any line and debug that line, the system resets itself. This does not happen with the STM32F1 series. Why? RE: Stm32F0 series debug problem - embitz - 15-01-2025 Watchdog? I never experienced this. RE: Stm32F0 series debug problem - Cseb84 - 16-01-2025 there is no activated watchdog in the project. when it drops to breakpoint and then pressed the Next Line button, the system reset itself. as i said before this doesn't happens when i use stm32f1 series. RE: Stm32F0 series debug problem - embitz - 16-01-2025 Can you share it? |