cancel
Showing results for 
Search instead for 
Did you mean: 

If the STM32 is programmed with hex file then it's working fine, If the STM32 is programmed with bin file with the same addresss as hex then it's not behaving same as hex file. Is there any possibility to verify this?

Mkuma.7
Associate III
 
4 REPLIES 4
Javier1
Principal

maybe post here both files?

There is a good chance youre not programming both hex and bin files in the same addr

we dont need to firmware by ourselves, lets talk
Remi QUINTIN
ST Employee

>it's not behaving same as hex file.

Could you be more explicit?

Hex file format embeds the address where to load the data while the bin file format is only the raw data. For the second case, you need to enter the start address for the flash programming with CubeProgrammer tool.

Remi QUINTIN
ST Employee

What is the CubeProgrammer version you are using?

Could you try with one of the binary file provided in the CubeWB FW package?

Mkuma.7
Associate III

When I flash the hex file, it reboots and Display was functioning(The Display was showing correct value) accordingly, but when I flash the bin file it's not functioning same as hex file.