Firmware Update for STM32H7 Series
Hi everyone,
I’m working on two different projects, one using STM32H747IIT6 and the other using STM32H723 series. I want to implement a firmware update mechanism for both. Both of them have webserver LWIP interfaces. I can implement update mechanism to webserver.
One of my projects has an SD card slot, while the other does not. Both designs include external flash memory.
I'm looking for guidance on:
- Best practices for implementing a robust and safe bootloader.
- Recommended approaches for handling updates with and without an SD card.
- How to minimize failure risks during firmware flashing.
Any insights or references would be highly appreciated. Thanks!
