Question
When I compiling code, the IDE cannot generate hex with required capacity (the mcu is stm32f051c8t6 ide: stm32cube ide ) This is the code from AM32 ESC from github
make -j12 all
arm-none-eabi-size f051_ll_bi_dir.elf
text data bss dec hex filename
96 22 1568 1686 696 f051_ll_bi_dir.elf
Finished building: default.size.stdout