Hello,
I want to preface this post by saying that I am not new to Arduino – far from it, in fact. I have other Arduino boards that work with no issues whatsoever.
I have two RedBoards (back of PCB says v21) that I can’t upload code to. Here is the error:
AVRDUDE: STK500_GETSYNC<> ATTEMPT 10 OF 10 NOT IN SYNC :RESP=0X20
I have confirmed that the correct FTDI driver is installed, and I even receive serial echo when using the Arduino IDE serial monitor with a temporary jumper on TX/RX.
I have done/tried the following:
-
Confirmed that the FTDI driver is correct
-
Confirmed that I am able to communicate with the RedBoard’s UART
-
Tried the latest version of the Arduino IDE
-
Tried Arduino IDE 1.6.9
-
Tried hitting the reset button before clicking “upload”
-
Tried hitting the reset button after clicking “upload”
-
Tried leaving the reset button alone
Is it possible that the 328P is using some old bootloader? There’s something odd going on here. I have searched the Internet high and low for a solution. I have seen a few other people with the same issue, but nobody can seem to figure out how to fix this. I am running Windows 10 Pro. Like I said, my other Arduino boards work with no issue. It’s only the RedBoards that have a problem. Is there some specific baud rate that the virtual COM port needs to use for an upload to take place?