STM32F401 Firmware Update via Wiznet W5500
Hi,
For a project I am using a Wiznet W5500 ethernet chip with STM32F401RET6 MCU to exchange data via HTTP over ethernet with a Windows/OSX software application. The W5500 handles the ethernet communication and speaks to the STM over SPI, which all works well so far.
Additionally I would like to implement the possibility to update the MCU firmware over ethernet (via w5500) from my application.
It seems that this should be generally possible, but I can't find a lot of information how to get started.
Can someone confirm that this can be done?
Is there any example code for this particular problem or can someone guide me how to get started with this ?
I assume I would need to send the binary and write it into the flash somehow?
Thanks,
Eve
