The easiest way to generate / manipulate hex files is with srec, which I believe comes with WinAVR.
If you have a pure hex file and want to convert it to Intel Hex, you can simply put an STX (0x02) character at the beginning of the file and read it into srec_cat with the Ascii-Hex input format. (I use bvi to get the STX character into the file.) Keith On Thu, 27 Oct 2005, Sumeet Pal Singh wrote: [NON-Text Body part not included] _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
