What is max firmware size?

That would be nice if cloud software was showing resulting firmware size and space left

4 Likes

I think this is a great idea, and it’s something we’ve got in our backlog for adding to the build IDE. You can get your binary size info from the “arm-none-eabi-size” command. All in all I think the stm32 has about 128Kb of flash, and I think we have about 20K set aside for the bootloader… So I think that gives around 108Kb for max firmware binary size, and then another 1-2Megs of external flash. (Someone please correct me if I’m wrong)