Programming STM32 over ethernet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-27 2: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?
- Labels:
-
Bootloader
-
Ethernet
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-27 2: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
Up vote any posts that you find helpful, it shows what's working..
