Skip to main content
N Sornakumar
Associate III
December 17, 2021
Question

how write hex file in flash, using own bootloader(eg: usb host msc class firmware upgrade)

  • December 17, 2021
  • 3 replies
  • 1562 views

I am write the bin file in my flash using own bootloader(eg: usb host msc class firmware upgrade) it's working properly without any problem.

Same thing i did using hex file it is not working what i do?

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
December 17, 2021

You've asked this at least 3 times.

If you want to extract the data within the lines you're going to need to parse them individually.

These formats have been used commonly since the late 1970's so there should be documentation and examples, and frankly they are not that complicated.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
MM..1
Chief III
December 17, 2021

Dont waste time with this. use hex2bin.exe

Tesla DeLorean
Guru
December 17, 2021

I think the point was to dump .HEX or .BIN on the folder of a USB Flash Drive, and that's then loaded via the STM32

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..