Stm32CubeIDE generate bin file with padding 0 but load it with padding 0xFF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-11 10:34 PM
Today when I generated CRC from output binary file I found it did not equal the data in the board. Then I check the data in board , I found the data which loaded by stm32CudeIDE was padding with 0xFF, but the stm32CudbeIDE generate the binary file with padding 0.
Labels:
- Labels:
-
CRC
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-12 1:43 AM
You might want to set all alignemts to 16, see https://community.st.com/s/question/0D50X0000BcRdMKSQ0/flashing-stm32f0-fails-in-cubeide-when-the-firmware-has-a-certain-length-0x1c04-or-0x1c08-bytes
