bootloader, ethernet and managing dual memory banks for software updates (NOTE: The MCU belongs to STM32H7 family)
I try to build system that communicate via ethernet and also wants to update software in the same way.
The question is what is the best way to handle this kind of system?
for example :
1) my own bootloader + flash program x 2 ,bootloader will manage it
2) using st bootloader, If this is even possible? (in this way I'm Worried that in some state the system can be in brick state).
Additional ideas are welcome
Thanks, M
