Hello Jacques
I'm Simone Fratini, I added one feature to hex2bin and also I made some little fixes
- I added two option to hex2bin (only) to filter hex file, where addesses are lower and higher, to obtain shorter binary files. My firmware engineer colleagues need this feature because some times don't want to overwrite header or footer of binary file in flash/EPROM.
- In our toolchain some times we have hex file without extension in filename, to avoid segmentation fault, I changed a little some lines in PutExtension function.
- I added some verbose information for minumun block size.
- In html documentation in http://hex2bin.sourceforge.net/ there is a typo in paragraph "Support for word sized hex files (hex2bin only)". Please remove the sentence from Some compilers...
I added the patches, thanks in advance if you could add to hex2bin and thanks again for you code!