简体   繁体   English

如何在STM32中升级固件?

[英]How to upgrade firmware in STM32?

Heelo all, 嘿,所有

I think it might be silly question. 我认为这可能是愚蠢的问题。

I am using STM32F2XXX series of controller. 我正在使用STM32F2XXX系列控制器。 I want to upgrade my firmware. 我想升级固件。 My new firmware will be stored in RAM of the controller. 我的新固件将存储在控制器的RAM中。

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. 但请注意:F2系列的闪存大小从128KB到1MB,但内部RAM只有128KB,因此您需要为程序实现异地存储位置。 Because it won't fit inside your RAM. 因为它不适合您的RAM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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