Specifications
EPC-3305 Hardware Reference
114
PLL
(Phase-Locked Loop) A semiconductor device which functions as an electronic
feedback control system to maintain a closely regulated output frequency from an
unregulated input frequency. The typical PLL consists of an internal phase
comparator or detector, a low pass filter, and a voltage controlled oscillator which
function together to capture and lock onto an input frequency. When locked onto
the input frequency, the PLL can maintain a stable, regulated output frequency
(within bounds) despite frequency variance at the input.
Physical
Address
The address or location in memory where data is stored before it is moved as memory
remapping occurs. The physical address is that which appears on the computer’s
address bus when the CPU requests data from a memory address. When remapping
occurs, the data can be moved to a different memory location or logical address.
Pinout
A diagram or table describing the location and function of pins on an
electrical connector.
PQFP
(Plastic Quad Flat Pack) A popular package design for integrated circuits of high
complexity.
POST
(Power On Self Test) A diagnostic routine which a computer runs at power up. Along
with other testing functions, this comprehensive test initializes the system chipset and
hardware, resets registers and flags, performs ROM checksums, and checks disk
drive devices and the keyboard interface.
Program
A set of instructions a computer follows to perform specific functions relative to user
need or system requirements. In a broad sense, a program is also referred to as a
software application, which can actually contain many related, individual programs.
PAL
(Programmable Array Logic) A semiconductor programmable ROM which accepts
customized logic gate programming to produce a desired sum-of-products output
function.
RAM
(Random Access Memory) Memory in which the actual physical location of a
memory word has no effect on how long it takes to read from or write to that
location. In other words, the access time is the same for any address in memory. Most
semiconductor memories are RAM.
ROM
(Read Only Memory) A broad class of semiconductor memories designed for
applications where the ratio of read operations to write operations is very high.
Technically, a ROM can be written to (programmed) only once, and this operation
is normally performed at the factory. Thereafter, information can be read from the
memory indefinitely.
Real Mode
The operational mode of Intelx86 CPUs that uses a segmented, offset memory
addressing method. These CPUs can address 1 MB of memory using real mode.
Real Mode
Address
A memory address composed of two 16-bit values: a segment address and an offset
quantity. A real mode address is constructed by shifting a segment address 4 bits to
the left and then adding the offset value. A real mode address is a physical address.
RTC
(Real Time Clock) Peripheral circuitry on a computer motherboard which provides
a nonvolatile time-of-day clock, an alarm, calendar, programmable interrupt, square
wave generator, and a small amount of SRAM. In the NY1210, the RTC operates
independently of the system PLL which generates the internal system clocks. The