Programming external STM32 MCU via STM32MP1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 3:25 AM
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?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 4:50 AM
The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 4:50 AM
The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 6:48 AM
Thanks. Just installed it on DK2 kit. Giving it a shot in sometime.
