Skip to main content
Visitor II
July 27, 2020
Question

Programming STM32 over ethernet

  • July 27, 2020
  • 1 reply
  • 2211 views

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?

    This topic has been closed for replies.

    1 reply

    Graduate II
    July 27, 2020

    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