Other topics Flashcards
What is a Microcontroller?
A self-contained computer on a single chip
What are the characteristics of a Microcontroller?
- Slow clock: typically 32kHz to 100Mhz
- Small RAM, small storage , low power
- Very cheap
What type of memory is on Microcontrollers?
- Registers
- SRAM
- Flash/EEPROM
- Typically no cache
Why can’t Microcontrollers run a real-operating system?
Because they have no Memory Management Unit
Why can’t Microcontrollers have virtual memory?
Because they have no Memory Management Unit as these need hardware support
What type of Input/Output do microcontrollers have?
- General purpose I/O (interrupts and Pulse Width Modulation (PWM))
- Timers, clocks, counters
- Serial interfaces
How much power does Microcontrollers use?
They go from Hundreds of µA to <10 mA active
Where are Microcontrollers used?
- Smart devices
- Vending machines
- Computer peripherals
- Industrial, aero and space
- Embedded controllers in other devices
What is the ARM Cortex-M?
A Microcontroller
What are the characteristics of the ARM Cortex-M?
- 32-bit RISC core
- Contemporary Architecture
- Use Thumb-1 and Thumb-2 versions of the ARM instruction set
What is Bare-Metal Programming?
- Write code in C
- Compile
- Flash to microcontroller
Why is Bare-Metal Programming used on microcontrollers?
Efficiency and memory usage are much more of a concern
What is the Arduino Platform?
- Open-source hardware and software
- A range of platforms where code can be moved from platform to platform
What is Mbed?
- Cloud-based IDE and OS for ARM-based microcontrollers
- Code written in C
- Binary dropped onto mounted flash “drive” to program
What are the differences between a Microprocessor and Microcontroller
Microprocessor
* CPU, RAM, storage, I/O, timer,
etc. are typically separate
* Amount of RAM, storage and
I/O can be set at design time
* Higher cost, but more versatile
and general-purpose
* High performance
* High power
* 64-bit is common
* Typically a deep pipeline
Microcontroller
* Everything integrated into a
single chip
* Fixed amount of on-chip RAM, storage and I/O
* Low cost for applications that
are space and/or power
constrained
* Low performance
* Low power
* 8, 16 and 32-bit are common
* Shorter pipeline
What GPUs used for?
- Video Compression
- Video transcoding
- Image processing
- Modelling
- Autonomous vehicles
- Machine learning/ AI
- Number-crunching