STM32F746G-DISCO: Time base TIM interrupt preventing debugging
Hello,During a debugging session whenever I step through code it always takes be back and forward between my break point and the TIM6_DAC_IRQHandler which is the TIM I'm using as the time base. Now I can't disable the call back because then I don't h...