Question
STM32F7 Breakpoints
Posted on September 15, 2015 at 16:47
Hello,
I have a basic breakpoint question. I am using Keil uVision5 with an ULINK-PRO. I have a project with Keil RTX RTOS. I set breakpoints at different places in my code and when the one of them triggered my generated PWM still run on my GPIOs.Is there anyway a breakpoint can halt also the configured timer or it will always be like that with the Cortex Debug module?Thank you,