cancel
Showing results for 
Search instead for 
Did you mean: 

How program STM32H7 via bootloader ? How read *.elf file to write into memory via FD CAN bootloader ?

NAmir.1
Associate
2 REPLIES 2
FBL
ST Employee

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.

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..