avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] How to program fuses with avrdude


From: Joerg Wunsch
Subject: Re: [avr-chat] How to program fuses with avrdude
Date: Sat, 31 Mar 2007 21:35:57 +0200 (MET DST)

Nuno Santos <address@hidden> wrote:

> My problem now is that i dont even cant comunicate with a AVR.

Add a »-i 10« option for your first attempt.  By default, the AVR
ships with the internal RC oscillator running at 1 MHz.  That causes
the maximal possible ISP speed to be less than 250 kHz.  If you've got
a sufficiently fast computer these days, chances are good that the
bit-banging will exceed that speed unless it's slowed down.  The -i10
option will cause an additional 10 µs delay between each bit change,
that should be sufficient.

Once you've got it running from the external 12 MHz oscillator, you
can drop that option again (and gain some programming speed).

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]