Skip to main content
Smedi
Associate III
September 30, 2019
Question

How to perform Firmware Upgrade on STM32F413 Discovery Board.

  • September 30, 2019
  • 1 reply
  • 589 views

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.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 30, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..