[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] AVR Dragon with OS X Intel Machine
From: |
Joerg Wunsch |
Subject: |
Re: [avrdude-dev] AVR Dragon with OS X Intel Machine |
Date: |
Mon, 23 Apr 2007 21:23:11 +0200 |
User-agent: |
Mutt/1.5.11 |
As James Snyder wrote:
> Now when I try to program through the dragon I get a different
> decvice signature each time I try to connect to the AVR ...
Well, that's better than no response at all. ;-)
That smells like running the ISP with a too high speed. As it is
technically an SPI, you must not clock it with more than F_CPU / 4.
The Dragon's default setting is 1 MHz (IIRC), so is way too high
for the default 1 MHz RC oscillator.
Try running it with -B 10 to make it slower.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)