Bird
0
0
PCB Designbi_tool~10 mins

Microcontroller minimum circuit in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

Basic components and values for a microcontroller minimum circuit using ATmega328P.

CellValue
A1Component
B1Value
A2Microcontroller
B2ATmega328P
A3Power Supply
B35V
A4Decoupling Capacitor
B40.1uF
A5Reset Pull-up Resistor
B510kΩ
A6Crystal Oscillator
B616MHz
A7Load Capacitors
B722pF
Formula Trace
Power Supply (5V) + Decoupling Capacitor (0.1uF) + Reset Pull-up Resistor (10kΩ) + Crystal Oscillator (16MHz) + Load Capacitors (22pF) connected to Microcontroller (ATmega328P)
Step 1: Connect 5V power supply to VCC and GND pins of ATmega328P
Step 2: Place 0.1uF decoupling capacitor between VCC and GND near microcontroller
Step 3: Connect 10kΩ resistor from RESET pin to VCC
Step 4: Attach 16MHz crystal oscillator between XTAL1 and XTAL2 pins
Step 5: Connect two 22pF capacitors from each crystal pin to GND
Step 6: All components connected as per minimum circuit schematic
Cell Reference Map
    A               B
1 | Component       | Value
2 | Microcontroller | ATmega328P
3 | Power Supply    | 5V
4 | Decoupling Cap. | 0.1uF
5 | Reset Pull-up Resistor | 10kΩ
6 | Crystal Osc.    | 16MHz
7 | Load Caps      | 22pF

References: B2, B3, B4, B5, B6, B7 feed into the circuit design
Cells B2 to B7 provide component values used in the minimum circuit for the microcontroller.
Result
  +-----------------------------+
  | Microcontroller Minimum Circuit |
  +-----------------------------+
  | VCC (5V) -------------------+ |
  |                             | |
  | 0.1uF Cap between VCC & GND | |
  |                             | |
  | RESET pin -- 10kΩ -- VCC    | |
  |                             | |
  | Crystal 16MHz between XTAL1 & XTAL2 |
  | 22pF Caps from XTAL pins to GND     |
  +-----------------------------+
Diagram shows the minimum connections and components needed for the microcontroller to function.
Sheet Trace Quiz - 3 Questions
Test your understanding
Why is the 0.1uF capacitor placed near the microcontroller's power pins?
ATo act as a backup battery
BTo filter noise and stabilize voltage
CTo increase the voltage supply
DTo connect the reset pin
Key Result
Minimum microcontroller circuit connects power, decoupling capacitor, reset pull-up resistor, crystal oscillator, and load capacitors.