Loading...
 
Skip to main content

System Workbench for STM32


SW4STM32 doesn't move to main loop

OK found the problem!
It was due to a compiler optimization, that the empty or even used (with a never used again variable) while loop was ommited. Without optimizatin everything works fine!