[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Cont. Programming in eeprom in avrdude
From: |
Keith Gudger |
Subject: |
Re: [avr-gcc-list] Cont. Programming in eeprom in avrdude |
Date: |
Thu, 27 Oct 2005 09:35:36 -0700 (PDT) |
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]