Skip to main content
Explorer
July 26, 2021
Question

STM32H7 firmware updgrade using ethernet

  • July 26, 2021
  • 2 replies
  • 2569 views

Hello!

I am currently working on a project using the stm32h74.

In previous projects i have used this mechanism using UART or SPI but never ethernet.

Trying to understand wether it is possible to use the built in stm32 bootloader using ethernet?

Thanks :)

    This topic has been closed for replies.

    2 replies

    Super User
    July 26, 2021

    > Trying to understand wether it is possible to use the built in stm32 bootloader using ethernet?

    It is not possible to use ethernet with the built-in bootloader. You would need to create your own.

    yuri CHAuthor
    Explorer
    July 26, 2021

    thanks ,

    Are there any standard examples for this i can use?

    Super User
    July 26, 2021

    If TFTP is good for you, there are TFTP examples with LwIP.

    With suitable host side software it even can be done with "raw ethernet", that's the target even can omit ARP support.

    --pa