cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32 Header for binary files

akesk
Associate II

Hello everyone,

we have to uart bootloader for stm32 mcu application. We update binary files with uart bootloader. But we need stm32 header for binary files. ​

There are multiple binary files and Multiple devices that I have loaded with uart from the same gui.

Which file belongs to which device? Can we answer this question with the ID code in the stm32 header on the gui side?

Can you help ​we?

Thans.

5 REPLIES 5

It doesn't know. There's not standard meta-data that comes with the binary.

Object files, that's another matter, whether it's .ELF or .DFU

The .DFU format is documented, as I recall, I've written tools to construct them.

>>Which file belongs to which device?

Name them helpfully, or keep them in project directories.

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

Also ​Is it possible to make changes in the row code in this link?

Stm32 Header

So are you working with MCU or MPU devices? This seems specific to STM32MP devices.

This is more of an object file or package binary form.

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

We are working with STM32F429ZI mcu.

Firstly Thank you for answer.

Of course, this is possible with the filename.

But we send files to client via server. The client himself uploads the file via the gui. It can change the file name at this time.

We want to take extra precautions.