SysTick ISR not called under debugger
Posted on December 14, 2016 at 13:39 Hi all. I noticed that when debugging a STM32F091 MCU my systick ISR never gets called. I Use STMCube library, so HAL_GetTick and HAL_Delay ceases to work as well (because uwTick is not increased). But onl...