TIM6 Interrupt and Compiler Optimization
I have a project (for STM32L0) that use TIM6 to generate an Interrupt every 5ms and everything works perfectly both in release and debug when built wih no optimization.Then I built the same project with -Os(optimize for Size) -ffunction-section -fdat...