Salve!
Ho acquistato un atmega328P vergine, per tutto il pomeriggio sono stato a provare a caricarci il bootloader da IDE con UNO. Dopo un po' mi dà l'errore sotto riportato
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Errore durante la scrittura del bootloader
Ovviamente prima di scrivere qui, ho cercato su internet il problema. Si dice che sia un condensatore da 10uF tra Vcc e RESET di arduino...ovviamente non ha funzionato.
Riguardo il circuito:
- Arduino 10 a pin 1 di Atmega
- 11 a 17
- 12 a 18
- 13 a 19
- Vcc a 7 e 20
- GND a 8 e 22
Cosa sto sbagliando?
p.s. Lo sketch di ArduinoISP fa riferimento a OLD_STYLE_WIRING, spulciando un po' il file ho notato che si riferisce proprio ai pin 11-12-13. Essendo commentato mi fa pensare che questo metodo che sto utilizzando sia obsoleto...