Skip to main content
Visitor II
September 8, 2021
Solved

Programming external STM32 MCU via STM32MP1

  • September 8, 2021
  • 1 reply
  • 865 views

Hi all,

Is it possible to load .elf to an external STM32 MCU at the boot time of STM32MP1?

I specifically want to target an external STM32MCU not the internal M4.

How it can be achieved?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.​

    1 reply

    Graduate II
    September 8, 2021

    The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.​

    NPal.2Author
    Visitor II
    September 8, 2021

    Thanks. Just installed it on DK2 kit. Giving it a shot in sometime.