Section 2: Embedded Systems Flashcards
Define microprocessor
Consists of a processor only. Has no main memory and no I/O devices. Generally refers to a general-purpose Central Processing Unit (CPU)
Define microcontroller
A complete computer including a processor, memory, and some I/O devices. Small and cost effective, built-in memory, specialized built-in interface support.
Define system-on-a-chip (SoC)
A complete fully-functional system is implemented on a single integrated circuit. Includes processing, memory, I/O, as well as any other digital logic.
Define programmable logic device
A digital logic IC that permits configurable and interconnection of internal logic blocks. A computer chip that can be “rewired” to implement a custom digital circuit using primitive blocks. Examples: SRAM, EEPROM. Can be one time configurable or reconfigurable.
Define system-on-a-programmable-chip (SoPC)
A SoC implemented using a high-density, reconfigurable PLD. Pro: flexible, upgradable. Con: potentially slower, more expensive in large quantities.
Define hardware
The mechanical or electronic components of a computer.
Define software
The programs or other operating info used by a computer.
Define embedded system
A special-purpose computer system designed to perform a task without the user’s knowledge of its existence. Examples: TV’s, washers, transmissions, cellphones.