Associate III
October 21, 2021
Question
Flashing a HEX file in STM32F4
- October 21, 2021
- 2 replies
- 3162 views
Hi forum..
I developed a bootloader for flashing a hex file present in usb key.
The text from the usb key is transferred via UART to another micro..
The bytes are then flashedin the flash area..
You can find the HEX file in the usb key here ..
When I flash the bytes witj HAL inside the flash memory region I start from the second file of the txt file...
When I finish to write all the file except first line and last line I compare with stm32cube programmer the hex file and the memory region and they are the same..
But when I reboot the application doesnt' start ..
Which is the issue ??
Thanks a lot
Simone