Loading...
 
Skip to main content

System Workbench for STM32


C code executing out of order

France

Hi Greg,

If your optimizing setup is -Os by default, that means that, probably, you created your project through CubeMX; if you created it directly in System Workbench you would be using -Og, that yield less optimized but simpler to debug code.

Bernard (Ac6)