Skip to main content
NPal.2
Associate III
September 8, 2021
Solved

Programming external STM32 MCU via STM32MP1

  • September 8, 2021
  • 1 reply
  • 866 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

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
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.​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
NPal.2
NPal.2Author
Associate III
September 8, 2021

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