cancel
Showing results for 
Search instead for 
Did you mean: 

Programming STM32 over ethernet

STM32 User
Associate II

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?

1 REPLY 1

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..