Memory and IO
I/O
- Address bus
- Direct memory access
Different Architectures
- CISC: higher memory usage per instruction, but fewer instructions are used
- RISC: lower memory usage per instruction, but more instructions are used
Notes
- IO in Cortex-M = memory-mapped IO (IO registers) (most common)
- IO in PC = isolated IO (IO instructions)