2021-06-19 05:15 AM
Hi,
How to enable the PWM to keep running when debugger stopped at brake point in the ST Visual Development. Tell me how to solve this problem.
Regards,
Nishanth M
2021-06-19 07:31 AM
You can use for example __HAL_UNFREEZE_TIM3_DBGMCU to keep TIM 3 running when debug stops.
But be warned: If a timer or anything else producing interrupts when the debug stops, you cannot make steps because at every step the ISR will be called.
2021-06-19 07:39 AM
Hi,
I wanted in STM8 MCU series for COSMIC compiler and IDE is ST Visual Development.
Regards,
Nishanth M