2022-05-10 11:34 AM
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.
2022-05-10 11:55 AM
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.
2022-05-10 12:38 PM
2022-05-10 02:13 PM
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.
2022-05-10 08:43 PM
We are working with STM32F429ZI mcu.
2022-05-10 09:42 PM
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.