Skip to main content
Associate II
April 2, 2025
Solved

OTA firmware update using W5500

  • April 2, 2025
  • 2 replies
  • 786 views

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??

Best answer by mƎALLEm

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.

2 replies

Andrew Neil
Super User
April 2, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
mƎALLEm
mƎALLEmBest answer
Technical Moderator
April 2, 2025

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."