Skip to content

vfiksdal/intelhex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intelhex

Simple C implementation of a intelhex-parser. The parsed hex file will populate a simple struct with memory segments and addresses, which can easily be iterated or processed by a bootloader client application. Please see ihinfo.c for a very simple example.

Example

You can easily compile the simple example using gcc:

gcc ihex.c ihinfo.c -o ihinfo

And run it to parse a hex file of your own:

./ihinfo myfile.hex

About

Simple drop-in for parsing intel hex files in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages