Skip to main content
AMost
Associate
February 6, 2019
Question

STM32 Bootloader size

  • February 6, 2019
  • 3 replies
  • 1220 views

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.

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    February 6, 2019

    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    AMost
    AMostAuthor
    Associate
    February 6, 2019

    Thanks a lot for your reply.

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

    Tesla DeLorean
    Guru
    February 6, 2019
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..