Can someone verify that my schematic is correct?

Im trying to build a pcb around the atmega328p-AU and a USB to UART IC, the CP2102, here is my schematic:

No matter what I try or which tutorial I follow I am totally unable to upload the bootloader to the atmega328-p, when I plug it into my computer I see the device show up over serial, but attempting to program it ends in the arduino ide timing out. I was trying to upload a bootloader with an arduino nano as an ISP but again this timed out and failed. Im at a bit of a loss here and want to know if the schematic is the issue.

You can't burn the bootloader through the cp2102.

We need to see the schematic of the circuit you used for that.

Your ISP must have MISO/MOSI/SCK/RESET/+/GND - you don't have SCK and RESET wired to the ISP pins on your schematic, so that's what's wrong.

I can say that it is an issue but since we have not seen the layout and BOM, it may not be the whole issue

MISO, MOSI, SCK, +, GND are all male header pins that i attach wires too, I was just holding the wire to the RESET pin on the chip as I don't have a male header for that.

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