Skip to content

Latest commit

 

History

History
295 lines (261 loc) · 24 KB

05-embeddedprog.md

File metadata and controls

295 lines (261 loc) · 24 KB

Embedded Programming

  • architectures

  • memory

    • registers (instructions)
    • SRAM (fast)
    • DRAM (big)
    • EEPROM (non-volatile)
    • FLASH (programs, strings)
    • fuse (configuration)
  • peripherals

    • ports
    • A/D
    • comparator
    • D/A
    • timer/counter/PWM
    • USART
    • USB
    • ...

MCU Peripherals

IC packaging

Examples