Mi hanno spostato una riunione così mi sono messo a cercare un pò di info sul programmatore "simple programmer" che stai usando.
Penso che sia questo:
http://www.elecrom.com/2007/10/15/make-your-own-ultra-simple-universal-avr-programmer/Se è così probabilmente usi un programma che si chiama PonyProg.
Se è così, ho trovato una mail che penso faccia al tuo caso:
- Code: Select all
Posted by: RG ()
Date: August 30, 2013 09:20PM
ron roberts Wrote:
-------------------------------------------------------
> same as above need to program the Atmega328 328
> 328p please help
Hello Ron,
I have created patch to PonyProg 2.08c source files with supporting some new signature bytes for atmega processors.
These changes I have implemented:
+added support for ATmega328P
+added new signature bytes recognition for atmel processors
0x1E 0x94 0x0B // new ATmega168PA (RG 28.09.2012)
0x1E 0x95 0x0F // new ATmega328P (RG 23.06.2012)
0x1E 0x94 0x0F // new ATmega164A (RG 30.08.2013)
0x1E 0x95 0x15 // new ATmega324A (RG 30.08.2013)
0x1E 0x95 0x11 // new ATmega324PA (RG 30.08.2013)
0x1E 0x96 0x0A // new ATmega644PA (RG 18.04.2012)
+added text "Detected signature bytes: 0x1E 0x?? 0x??" on the unknown device message window
+added text "Detected device is: ..." on the bad device type message window
You can download compiled win32 executable from here:
http://www.filedropper.com/ponyprog208crgv100
Best regards
RG
Quindi, secondo il tizio che scrive, la versione "ponyprog208crgv100" funziona anche con gli atmega168PA...
Good luck...