how write hex file in flash, using own bootloader(eg: usb host msc class firmware upgrade)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-17 2:21 AM
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?
- Labels:
-
Bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-17 3:40 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-17 6:18 AM
Dont waste time with this. use hex2bin.exe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-17 6:27 AM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-17 6:47 AM
Other posts of yours asking same/similar question:
