Can't upload to Arduino Uno board, Programmer out of sync error on mac

I'm using a MacBook air (2021) to write my code on in Arduino IDE, tried to upload to my board and got this error message.

Sketch uses 3686 bytes (11%) of program storage space. Maximum is 32256 bytes.
Global variables use 401 bytes (19%) of dynamic memory, leaving 1647 bytes for local variables. Maximum is 2048 bytes.

avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x00
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_cmd(): programmer is out of sync

repeating...

I use a Satechi multiport adapter in order to connect to board with my computer and currently have a very simple project.

That can be caused by a bad cable such as using a charging cable or the incorrect Arduino selected in Tools.

Thanks! Swapping the cable worked wonders.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.