How to share ports in circuit design

Thread Starter

BkraM

Joined Jan 19, 2014
24
Hi All,

I'm working on my fist pcb design and encountering a design issue I'm not sure how to solve.
On the board I will use an ATmega328 as a processor.
I will need the RX and TX pins to communicate with a break outboard I want to fix to the PCB.
I also need the RX and TX pin to upload my firmware to the ATmega (connected to some pins/headers)
On a breadboard I would just reconnect wires as required, on the PCB they will be fixed.

How would I go about this?
Do I use jumpers so I can connect the one to the other but also connect to an external signal?

Thanks,
 

jpanhalt

Joined Jan 18, 2008
11,087
I am not familiar with ATmega or your unnamed breakout board. However, the situation you describe is not unique. If you are familiar with PIC's, the serial programming pins are often shared with other peripherals. Microchip simply tells the designer to "use isolation circuitry." That may be as simple as resistors or as complicated as a header with jumpers.
 
Top