Other topics Flashcards

1
Q

What is a Microcontroller?

A

A self-contained computer on a single chip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the characteristics of a Microcontroller?

A
  • Slow clock: typically 32kHz to 100Mhz
  • Small RAM, small storage , low power
  • Very cheap
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of memory is on Microcontrollers?

A
  • Registers
  • SRAM
  • Flash/EEPROM
  • Typically no cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why can’t Microcontrollers run a real-operating system?

A

Because they have no Memory Management Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why can’t Microcontrollers have virtual memory?

A

Because they have no Memory Management Unit as these need hardware support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of Input/Output do microcontrollers have?

A
  • General purpose I/O (interrupts and Pulse Width Modulation (PWM))
  • Timers, clocks, counters
  • Serial interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How much power does Microcontrollers use?

A

They go from Hundreds of µA to <10 mA active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where are Microcontrollers used?

A
  • Smart devices
  • Vending machines
  • Computer peripherals
  • Industrial, aero and space
  • Embedded controllers in other devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the ARM Cortex-M?

A

A Microcontroller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the characteristics of the ARM Cortex-M?

A
  • 32-bit RISC core
  • Contemporary Architecture
  • Use Thumb-1 and Thumb-2 versions of the ARM instruction set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Bare-Metal Programming?

A
  • Write code in C
  • Compile
  • Flash to microcontroller
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why is Bare-Metal Programming used on microcontrollers?

A

Efficiency and memory usage are much more of a concern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Arduino Platform?

A
  • Open-source hardware and software
  • A range of platforms where code can be moved from platform to platform
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Mbed?

A
  • Cloud-based IDE and OS for ARM-based microcontrollers
  • Code written in C
  • Binary dropped onto mounted flash “drive” to program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the differences between a Microprocessor and Microcontroller

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What GPUs used for?

A
  • Video Compression
  • Video transcoding
  • Image processing
  • Modelling
  • Autonomous vehicles
  • Machine learning/ AI
  • Number-crunching