简体   繁体   中英

How to upgrade firmware in STM32?

Heelo all,

I think it might be silly question.

I am using STM32F2XXX series of controller. I want to upgrade my firmware. My new firmware will be stored in RAM of the controller.

So if i want to use this new firmware and upgrade the firmware of the device, What are the changes i need to do in bootloader code?

Thanks

Please take a look at this application note . BUT be warned: the F2 series has flash sizes ranging from 128KB to 1MB but the internal RAM is only 128KB so you'll need to implement a offsite storage location for you program. Because it won't fit inside your RAM.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM