Hi, I am facing this error, when trying to upload code from the Arduino IDE to my ATMega 328p chip. I connected to the chip via TTL module and the wirings should be correct. Everything is connected on a breadboard.
I tried with automatic reset and manual reset, but both failed.
There is a Arduino bootloader burned on the chip.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00Fehlgeschlagenes Hochladen: Hochladefehler: exit status 1
This is an ATMega328p chip with a bootloader already installed. Don´t know which version or arduino board was used for it actually. I got this chip already burned and there is still old code from previous user on it and I am not able to upload new code.