Single Stepping with STM32F7 Posted by bobesch on 2016-04-23 11:45 Just a hint to Matt: If you want to debug, use -Og and not -O2 as optimization. -Og optimizes decent, but keeps program flow in line with code flow,