Here is a bit more : this is the best I can do by myself. I'm a beginner in AVR chip !
Code:
C:\Users\....>avrdude -c avrisp2 -p m328p -P usb -F
avrdude: stk500v2_command(): command failed
avrdude: stk500v2_command(): unknown status 0xc9
avrdude: stk500v2_program_enable(): cannot get connection status
avrdude: initialization failed, rc=-1
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
avrdude done. Thank you.
Code:
C:\Users\...>avrdude -c avrisp2 -p m328p -P usb -v
avrdude: Version 5.10, compiled on Sep 9 2010 at 15:36:47
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Atmel\AVR Too
ls\AVR Toolchain\bin\avrdude.conf"
Using Port : usb
Using Programmer : avrisp2
avrdude: usbdev_open(): Found AVRISP mkII, serno: 000200055217
AVR Part : ATMEGA328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
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 Max W ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- --- -- ---------
eeprom 65 5 4 0 no 1024 4 0 3600 36 00 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 45 00 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 45 00 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 45 00 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 45 00 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 45 00 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : STK500V2
Description : Atmel AVR ISP mkII
Programmer Model: AVRISP mkII
Hardware Version: 1
Firmware Version Master : 1.13
Vtarget : 5.2 V
SCK period : 8.00 us
avrdude: stk500v2_command(): command failed
avrdude: stk500v2_command(): unknown status 0xc9
avrdude: stk500v2_program_enable(): cannot get connection status
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
What kind of test could help for diagnostic ?
Thanks by advance |