2020-07-27 02:41 PM
I was wondering if there was any example code or some documentation on programming the STM32h7 over the Ethernet port. Instead of connecting a JTAG connector to the board to program I would like to use the Ethernet port through a switch.
Anyone able to point me in the right direction for this?
2020-07-27 02:48 PM
The system boot-loader doesn't support it but you could make your own IAP (In Application Programming) version using ethernet via LwIP, perhaps with TFTP
STM32Cube_FW_H7_V1.7.0\Projects\STM32H743I-EVAL\Applications\IAP
Probably other "OTA" (Over the Air) type implementations you could look at too.
GDB has the ability to connect to an ST-LINK over the Ethernet/Internet
Segger has Ethernet attached J-Links