cancel
Showing results for 
Search instead for 
Did you mean: 

How to perform Firmware Upgrade on STM32F413 Discovery Board.

Smedi
Associate II

Hi,

We are looking to perform a firmware upgrade on STM32F413 where the firmware upgrade image is coming over BLE chip which is interfaced over UART to this controller. Can I know if any procedure was available to perform this operation

Regards

Srikanth.

1 REPLY 1

Generally a task the dev is expected to own.

ST has IAP (In Application Programming) examples using assorted interfaces. If you don't have a memory in which to stage the new image, you'll need to split your firmware in two, so the loader that can do the update is separate from the app, which you can download/replace.

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