Skip to main content
akesk
Associate II
May 10, 2022
Question

Stm32 Header for binary files

  • May 10, 2022
  • 5 replies
  • 1526 views

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.

​

This topic has been closed for replies.

5 replies

Tesla DeLorean
Guru
May 10, 2022

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
akesk
akeskAuthor
Associate II
May 11, 2022

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.

akesk
akeskAuthor
Associate II
May 10, 2022

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

Stm32 Header

​

​

Tesla DeLorean
Guru
May 10, 2022

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
akesk
akeskAuthor
Associate II
May 11, 2022

We are working with STM32F429ZI mcu.