Hello, I bought an AZDelivery ATmega328 microcontroller and when I connected it to Arduino Ide with a cable and wanted to upload the code, I got an error:
avrdude warning: attempt 1 of 10: not in sync
avrdude warning: attempt 2 of 10: not in sync
avrdude warning: attempt 3 of 10: not in sync
avrdude warning: attempt 4 of 10: not in sync
avrdude warning: attempt 5 of 10: not in sync
avrdude warning: attempt 6 of 10: not in sync
avrdude warning: attempt 7 of 10: not in sync
avrdude warning: attempt 8 of 10: not in sync
avrdude warning: attempt 9 of 10: not in sync
avrdude warning: attempt 10 of 10: not in sync
avrdude warning: programmer is not responding; try -xstrict and/or vary -xdelay=100
avrdude error: unable to open programmer urclock on port COM3
Failed uploading: uploading error: exit status 1
I have the cable in order
the code is well written
I have the drivers
and I don't know why it writes to me that USB is unknown
Anyone know anything about this?
