[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] avrdude & ATmega162
From: |
E. Weddington |
Subject: |
RE: [avr-gcc-list] avrdude & ATmega162 |
Date: |
Fri, 21 Nov 2003 09:25:57 -0700 |
On 21 Nov 2003 at 6:52, Larry Barello wrote:
> Look at the "avrdude.conf" file, copy the section that most closely matches,
> then adjust it per the data sheet (it really isn't hard, the configuration
> largely matches how Atmel list stuff in the data sheet). Then send your
> change to the address@hidden to be included in the up-coming
> release.
>
Yes, this is the most desirable, as it improves avrdude.
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of Dan Miner
>
<snip>
> 2) I am using the STK500 as the ISP programmer and have also
> installed AVRstudio. Is there a way to use AVRstudio or some
> other software to program my target board with WinAVR output?
The "WinAVR output" is nothing more than an Intel Hex file or Motorola S-
Record file (if you specify this format). These 2 formats are very common
output formats for practically all embedded systems. Many, many programmers
use one or both formats to download software to a device. Yes, you can use
the STK500 programmer with the AVR Studio programmer with Intel Hex files
and download to your device.
Eric