avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Calibration bytes


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Calibration bytes
Date: Fri, 14 Oct 2005 22:01:11 +0200
User-agent: Mutt/1.4.2.1i

As Sumeet Pal Singh wrote:

> Now when I read calibration it gives a5 a5 a5 a5.

> memory "calibration"
> size = 6;
> read = "0 0 1 1 1 0 0 0 0 0 x x x x x x",
> "0 0 0 0 0 0 0 0 o o o o o o o o";
> ;
> Maybe read needs to br changed too

Yes, sure, thanks for catching!

For reference, here's how it needs to look like:

    memory "calibration"
        size            = 4;
        read            = "0 0 1 1  1 0 0 0     0 0 x x  x x x x",
                          "0 0 0 0  0 0 a1 a0   o o o o  o o o o";
      ;

-- 
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]