Question
STM32 with small flash + HAL + DEBUG + no Optimization...
... leads to "funny" results:
STM32L011 with 16 kB of flash, HAL inits and LED toggle in main, DEBUG, no optimization:
93% of flash used
I had not expected it to be that bad! :grinning_face_with_sweat:
Okay, I will probably not use too much HAL, will use Release version with optimization,
but I better select an L01 in the next bigger QFN package (4x4) to get 32 kB of flash.

