cancel
Showing results for 
Search instead for 
Did you mean: 

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

N Sornakumar
Associate III

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?

4 REPLIES 4

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
MM..1
Chief II

Dont waste time with this. use hex2bin.exe

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 Venmo
Up vote any posts that you find helpful, it shows what's working..