cancel
Showing results for 
Search instead for 
Did you mean: 

OTA firmware update using W5500

Aries16
Visitor

Hii, I want to update the firmware of my STM32H723ZGT6 microcontroller. Here, I want to send firmware file from server to W5500 Wiznet IC then I want that this firmware should load in to the microcontroller flash and it should update the program so can anyone help me with this??

2 REPLIES 2
mƎALLEm
ST Employee

Hello @Aries16 and welcome to the community,

W5500 seems to be a SPI/Ethernet bridge.

If you intend to use the SPI bootloader, you have to take care about the bootloader protocol over the SPI:

mALLEm_0-1743595139164.png

Refer to this application note.

You need to handle the Boot pin and the reset pin of the STM32H7.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.