Conversation
Also improve error handling when populating memory store from file.
|
I will have a look asap, and will keep you informed. If you Thanks for helping, Fabien 2013/6/12 Jonas Danielsson notifications@github.com
|
|
I wonder what is the status of this :) |
|
Closed in favour of #459. |
Hi,
This pull request could be considered as a RFC.
It implements parsing of Intel HEX files in a new file stlink-hex.c.
It adds handling of flashing the parsed hex file to stlink_fwrite_flash in stlink-common.c
and also to the stlink-gui.
It does nothing with the flash/main.c ui. To use it from the command line you just pass the
hex file and specify the base address. Even tho that information is discarded and the stlink_fwrite_flash function uses the start_addr from the hex file.
Could this be improved?
The branch also contains update to the gui, to make it re-read the device memory after
flashing. Should I Submit this patch later on?
Regards
Jonas