AZDelivery ATmega328 microcontroller no findet

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?

Would you show a picture of this connection?

What do you have the “board” type set to? I thought urclock was a thing for the new bootloader in (maybe) minicore, but for most “uno” boards you just want to set the board to “uno”

Hi @janpower2. Select Tools > Board > Arduino AVR Boards > Arduino Uno from the Arduino IDE menus and then try uploading to the board again.