cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Bootloader size

AMost
Associate

Dear All,

I am going to use stm32f030f4 which has 16K flash & 4K SRAM. if I use STM32 bootloader , will Bootloader reduce available Flash/Ram or there is other reserved section for Bootloader i mean that i would like to save all flash/ram space for my application.

Best Regards,

Ahmed.

3 REPLIES 3

The RAM is a reusable resource when it comes to loaders.

If you write your own loader it will consume FLASH. The chip comes with a system loader in a separate ROM/OTP location that doesn't eat into your available FLASH space. ​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
AMost
Associate

Thanks a lot for your reply.

what is the best document that i can read to use STM32 system loader