Hello I designed a custom PCB based off on the arruino nano schematic so there are no capacitors from the crystal and the 328, and when trying to flash the boot loader I get the following error.
avrdude: Device signature = 0xff00ff
avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.
I am using a USBasp to try and burn the boot loader. I know that I made a mistake with not making the reset pin accessible so I am using a jumper wire between the NC pin where the headers are and the reset on the button.
I have attached images of my schematic, please let me know if I am missing something.
Interesting, I though they were apart of the crystal. Is this the reason why I can’t burn the boot loader? I also tried to burn it just using the internal crystal and I still received the same error.
@missdrew Okay, removing the bottom allowed me to burn the bootloader using a USBasp, and I was able to load the blink program on there, but I still can not upload via USB with my FT232RL chip. I have the RX going to the TX and vise versa with a resistor going between them. Is there anything that I am missing?