cancel
Showing results for 
Search instead for 
Did you mean: 

Programming external STM32 MCU via STM32MP1

NPal.2
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

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
Up vote any posts that you find helpful, it shows what's working..

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