Question
TIM6 interrupt in debug/breakpoint
Posted on November 20, 2015 at 14:22
Hi everyone,
I need some lights on the ability to switch off interrupt of TIM6 when stopping at a breakpoint. I did call the macro: __HAL_FREEZE_TIM6_DBGMCU(); But nothing, I still jump into the TIM6_IRQHandler when I step into the code. Any clue ? Thanks anyway ! (Coocox, GCC, STM32L0) #debug-breakpoint-tim