How program STM32H7 via bootloader ? How read *.elf file to write into memory via FD CAN bootloader ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-13 6:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-20 5:59 AM
Hello @NAmir.1​,
You need to make a *.bin file that can be programmed using the bootloader.
You may refer to FDCAN protocol used in the STM32 bootloader - Application note
Hope this helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-20 12:41 PM
Typically you wouldn't push .ELF data over the wire, there's usually far too much noise in the file, and with CAN packets, you probably don't want to be sending that.
The .ELF format is very well documented, if you want to use that PC side, to process and extract the binary portions of it.
Up vote any posts that you find helpful, it shows what's working..
