[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list]
From: |
Galen Seitz |
Subject: |
Re: [avr-gcc-list] |
Date: |
Mon, 17 Jan 2005 22:28:06 -0800 |
<address@hidden> wrote:
> Hi,all
> when I use uisp to program my atmega128,there is the error message as
> below,and the oscillator on board doesn't surge at all.
>
> Firmware Version: 2.1
> An error has occurred during the AVR initialization.
> * Target status:
> Vendor Code = 0xff, Part Family = 0xff, Part Number = 0xff
>
> Probably the wiring is incorrect or target might be `damaged'.
>
> I guess the reason is that the clock source i select is not external
> Oscillator so the
> oscillator doesn't surge.
> But i found out that the default jtag_en fuse bit is unprogrammed,so
> the jtag ice is no use and i cann't change the clock source.
> So how can i do ?
> Thanks in advance!
>
You may want to try programming using avrdude. I suspect that is what
most people here are using.
http://savannah.nongnu.org/projects/avrdude/
galen