Differences between using hex and bin files to program an STM32
Hello!
I have generated with STM32CubeIDE the BIN file and the HEX file from the same application.
Then I used STM32CubeProgrammer to program the MCU, first using the BIN file, and then the HEX file. After each time the MCU is programmed, I have read the flash memory.
I was expecting these two memory dumps to be exactly the same. However, there are 8 bytes that in one of them are zeros (00), and in the other one are ones (FF). It is only 8 bytes out of 131071, but I would like to know why this happens.
Thanks!
