2023-01-31 03:23 AM
2023-01-31 04:09 AM
maybe post here both files?
There is a good chance youre not programming both hex and bin files in the same addr
2023-01-31 04:09 AM
>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.
2023-01-31 04:11 AM
What is the CubeProgrammer version you are using?
Could you try with one of the binary file provided in the CubeWB FW package?
2023-02-07 12:55 AM
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.