[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] Problems with stk500hvsp and some attiny45
From: |
Till Harbaum / Lists |
Subject: |
Re: [avrdude-dev] Problems with stk500hvsp and some attiny45 |
Date: |
Thu, 4 Jan 2007 01:14:25 +0100 (MET) |
User-agent: |
KMail/1.9.5 |
Hi again,
on a first glimpse i see one difference in the parameters when entering hvsp
mode. Avrdude is setting bytes 7 and 8 to 0x00/0x32 which seems to mean
that the reset delay is to be set to 500us (0ms + 50*10us). avr studio on the
other hand is setting this to 0x01/0x00 = 1ms.
This may make sense as such a timing parameter is what can make one chip work
and another one not.
I'll check tomorrow if this actually makes a difference.
Regards,
Till