avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] ATMega645 has problem with config file signature


From: Bob Paddock
Subject: [avrdude-dev] ATMega645 has problem with config file signature
Date: Thu, 09 Nov 2006 13:15:00 -0500
User-agent: Opera Mail/9.02 (Win32)


You can see the full spew below, but this is the problem:

avrdude: Device signature = 0x1e9605
avrdude: Expected signature for ATMEGA645 is FF FF FF

The signature is read correctly from the device, but
not correctly from the avrdude.conf file.
Does anything jump out at anyone as to what the problem
might be?  If not I'll try to spend some time on it.

This problem also happens with 5.1cvs.

avrdude -u -p atmega645 -P usb -c avrispmkii -v -v -v -U eeprom:w:main.eep -U flash:w:mainAndBootLoader.hex -u -U efuse:w:0xff:m -U hfuse:w:0xD2:m -U lfuse:w:0xFD:m


avrdude: Version 5.2cvs, compiled on Nov  9 2006 at 11:43:24
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         System wide configuration file is "G:\WINAVR~1\BIN\avrdude.conf"

         Using Port            : usb
         Using Programmer      : avrispmkii
avrdude: usbdev_open(): Found AVRISP mkII, serno: 0000A0009660
avrdude: stk500v2_getsync(): found AVRISP mkII programmer
         AVR Part              : ATMEGA645
         Chip Erase delay      : 9000 us
         PAGEL                 : PD7
         BS2                   : PA0
         RESET disposition     : dedicated
         RETRY pulse           : SCK
         serial program mode   : yes
         parallel program mode : yes
         Timeout               : 200
         StabDelay             : 100
         CmdexeDelay           : 25
         SyncLoops             : 32
         ByteDelay             : 0
         PollIndex             : 3
         PollValue             : 0x53
         Memory Detail         :

Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- eeprom 65 10 8 0 no 2048 8 0 9000 9000 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- flash 65 10 128 0 yes 65536 256 256 4500 4500 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00 Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00

         Programmer Type : STK500V2
         Description     : Atmel AVR ISP mkII
         Programmer Model: AVRISP mkII
         Hardware Version: 1
         Firmware Version: 1.05
         Vtarget         : 3.0 V
         SCK period      : 8.00 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e9605
avrdude: Expected signature for ATMEGA645 is FF FF FF
         Double check chip, or use -F to override this check.

avrdude done.  Thank you.

Using -F override with -t and doing a "sig" does read the correct signature everytime.




reply via email to

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