Chip - Crystal Oscillator

From NerdConsole
Revision as of 16:46, 22 January 2024 by NerdOfEpic (talk | contribs) (Created page with "Clock generation is handled with crystal oscillators. Regardless of the size (DIP-8 or DIP-14) the pinout is the same. {| class="wikitable" | style="text-align:right" width="180" | NC ! style="text-align:left" width="30" | 1 ! style="text-align:right" width="30" | 4 | style="text-align:left" width="180" | VCC |- | style="text-align:right" | GND ! style="text-align:left" | 2 ! style="text-align:right" | 3 | style="text-align:left" | Clock |} == CPU Clock == The main C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Clock generation is handled with crystal oscillators. Regardless of the size (DIP-8 or DIP-14) the pinout is the same.

NC 1 4 VCC
GND 2 3 Clock

CPU Clock

The main CPU in NerdConsole operates at 6.00 MHz.

Audio Clock

The audio system in NerdConsole operates at 3.58 MHz. There is an independent clock crystal for this instead of doing clock division of the main CPU clock which would be less accurate and difficult.

This is one of the Integrated Circuit Chips in NerdConsole.