Microcontrollers Roadmap

From MKRD.info Wiki

What is the best microcontroller and programming language?


FAMILIES to learn: for my digital portal, list all digital chip families and types


Compare: Target audience, languages available, free compiler?, development board, cost of module.


families:


Atmel


Lattice Semiconductor


Microchip Technology

Microchip produces microcontrollers with 3 very different architectures:

8-bit (8-bit data bus) PICmicro, with a single accumulator (8 bits):

  • PIC10 and PIC12: 12-bit instruction words
  • PIC16 series: 14-bit instruction words, one address pointer ("indirect register pair")
    • PIC16F628 (Replacement for very popular but discontinued PIC16F84)
    • PICAXE
  • PIC18 series: 16-bit instruction words, three address pointers ("indirect register pairs")

16-bit (16-bit data bus) microcontrollers, with 16 general-purpose registers (each 16-bit)

32-bit (32-bit data bus) microcontrollers:


Altera

soft microprocessor


Xilinx