[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] help - win2k:ppi (dt006) issues with avrdude, uisp wor
From: |
Jan-Hinnerk Reichert |
Subject: |
Re: [avrdude-dev] help - win2k:ppi (dt006) issues with avrdude, uisp works fine |
Date: |
Fri, 23 Jan 2004 15:51:34 +0100 |
User-agent: |
KMail/1.5.4 |
On Friday 23 January 2004 13:40, Davin Gibb wrote:
> Is there a way to directly tell avrdude an I/O address? Instead of
> using the port handler names? I'm sure this is why uisp works and
> avrdude doesn't (thats what the gut is saying anyway).
Right now, there is no way, but that could be changed, if neccessary.
However, the portname is translated to a port address by means of an
hardcoded table. So, "lpt3" surely becomes 0x3bc.
I rather think that it is a SPI-timing-related issue.
Please try avrdude with "-v -v -v -v" and post the SPI-part of the
output, if it is not all "ff" or all "00".
/Jan-Hinnerk