Have I fried the ATMEGA328P?
I checked all connectors but I am getting:
raspip@raspberrypi:~/gertduino$ avrdude -F -c gpio -p m328p blink.hex -Uflash:w:blink.hex
avrdude: AVR device not responding
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: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
Yikes! Invalid device signature [solved]
Last edited by raspip on Wed Mar 05, 2014 8:50 pm, edited 1 time in total.
Re: Yikes! Invalid device signature [solved]
if someone has the same problem replacing the chip with:
http://cpc.farnell.com/arduino/a000048/ ... /dp/SC1256 solved the problem.
The only thing I did was try to run a program that was running OK on my arduino.
Dunno why it fried
http://cpc.farnell.com/arduino/a000048/ ... /dp/SC1256 solved the problem.
The only thing I did was try to run a program that was running OK on my arduino.
Dunno why it fried
