Direct usb to uart converter programing port on custom Arduino board

hi have designed a custom


Arduino board wit usb programing port using CP2102N and printed the pcb board now atmgea is working fine with the oter programing board on board programmer is not working


this is the schematic diagram

https://www.instructables.com/USB-TO-UART-CONVERTER-the-CP2102/ reference file which i followed .as i am new to atmega and usb to uart converter is guide me this i cant find the issue in pc com port is geting visbile but cant commplete the downloading's


reference images

Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"

Sketch uses 6576 bytes (2%) of program storage space. Maximum is 253952 bytes.

Global variables use 990 bytes (12%) of dynamic memory, leaving 7202 bytes for local variables. Maximum is 8192 bytes.

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_ReceiveMessage(): timeout

avrdude: stk500v2_getsync(): timeout communicating with programmer

An error occurred while uploading the sketch

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

this the error code which i received

any one pls help me on this topic

Does the ATMega2560-16AU have a bootloader installed?

do I see that you have the USB converter connected to RX1/TX1 ?
The normal ATmega2560 bootloader only listens on RX0/TX0...
If you're using MegaCore, there's an option to use the bootloader on UART1, but you have to select that before you do the "burn bootloader."

do you have any reference link for that

no i am using tx0 rx0 only

i have jumper connector in-between just to sperate the incase if the converter is not working

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