Difference between revisions of "Microcontrollers"

From OpenCircuits
Jump to navigation Jump to search
(New page: russ_hensel -- should be unlinked, the beginning of the rearrangement of the IC page =Microcontrollers= Microcontrollers are little computers on a single Die/Package. The computer incl...)
 
m
Line 1: Line 1:
russ_hensel -- should be unlinked, the beginning of the rearrangement of the IC page
+
the beginning of the rearrangement of the IC page
  
  

Revision as of 17:09, 21 February 2008

the beginning of the rearrangement of the IC page


Microcontrollers

Microcontrollers are little computers on a single Die/Package. The computer includes a CPU core, RAM, ROM/FLASH, and peripherals including UARTS, A/D converters, SPI, and I2C. Microcontrollers differ from microprocessors in that the microporcessors generally have bigger more powerful central processing units, but need support chips for ram, rom and other peripherals. Most modern microcontrollers use FLASH ram instead of a ROM so they can be programmed over and over. Many modern microcontrollers allow self-flashing to enable bootloading or a firmware update without pulling the chip from the circuit or using a programmer/debugger. Microcontrollers tend to be more optimizated for writting in assembly then PCs, but C and less so Basic are becoming the standard programming languages.

General

I've written a little about the various kinds of microcontrollers at Wikibooks: Embedded Systems. --DavidCary 06:15, 10 March 2007 (PST)


PIC

The best microcontroller.


External Links:

AVR

AVR or Atmel. The best microcontroller.

  • Atmel AVR 8 bit FLASH microcontrollers

Development Board

Cypress

  • Cypress PSoC 8 bit FLASH microcontrollers. The best microcontroller.

External Links:

Other Needs to be Organized


  • Main Page May have been a one man effort, now dropped. Has a bit of content that looks good.