PIC microcontrollers
Family of microcontrollers made by Microchip Technology, derived from the PIC1650 originally developed by General Instrument's Microelectronics Division.
- PIC microcontrollers94 related topics
EPROM
Type of programmable read-only memory (PROM) chip that retains its data when its power supply is switched off.
Such microcontrollers include some versions of the Intel 8048, the Freescale 68HC11, and the "C" versions of the PIC microcontroller.
General Instrument
American electronics manufacturer based in Horsham, Pennsylvania, specializing in semiconductors and cable television equipment.
8-bit Microcontroller: the PIC1650, an NMOS chip. The CMOS version of this chip is the basis of today's PIC microcontrollers.
Microchip Technology
Publicly-listed American corporation that manufactures microcontroller, mixed-signal, analog and Flash-IP integrated circuits.
Its products include microcontrollers (PIC, dsPIC, AVR and SAM), Serial EEPROM devices, Serial SRAM devices, embedded security devices, radio frequency (RF) devices, thermal, power and battery management analog devices, as well as linear, interface and wireless products.
Accumulator (computing)
Register in which intermediate arithmetic logic unit results are stored.
Many 8-bit microcontrollers that are still popular as of 2014, such as the PICmicro and 8051, are accumulator-based machines.
Microcontroller
Small computer on a single metal-oxide-semiconductor (MOS) VLSI integrated circuit (IC) chip.
in-circuit programming and in-circuit debugging support
Microprocessor
Computer processor where the data processing logic and control is included on a single integrated circuit, or a small number of integrated circuits.
In 1987, the GI Microelectronics business was spun out into the Microchip PIC microcontroller business.
MIPS architecture
Family of reduced instruction set computer (RISC) instruction set architectures (ISA) developed by MIPS Computer Systems, now MIPS Technologies, based in the United States.
By the late 2010s, MIPS machines were still commonly used in embedded markets, including automotive, wireless router, LTE modems (mainly via MediaTek), and microcontrollers (for example the Microchip Technology PIC32M).
Serial Peripheral Interface
Synchronous serial communication interface specification used for short-distance communication, primarily in embedded systems.
For "Microchip PIC" / "ARM-based" microcontrollers (note that NCPHA is the inversion of CPHA):
Harvard architecture
Computer architecture with separate storage and signal pathways for instructions and data.
Microcontrollers are characterized by having small amounts of program (flash memory) and data (SRAM) memory, and take advantage of the Harvard architecture to speed processing by concurrent instruction and data access. The separate storage means the program and data memories may feature different bit widths, for example using 16-bit-wide instructions and 8-bit-wide data. They also mean that instruction prefetch can be performed in parallel with other activities. Examples include the PIC by Microchip Technology, Inc. and the AVR by Atmel Corp (now part of Microchip Technology).
Bank switching
Technique used in computer design to increase the amount of usable memory beyond the amount directly addressable by the processor instructions.
An example is the PIC microcontroller.