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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 3:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 4:09 AM
maybe post here both files?
There is a good chance youre not programming both hex and bin files in the same addr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 4: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
