72 MHz Cortex-M3 — what it buys you
72 MHz on an ARM Cortex-M3 delivers deterministic interrupt latency and single-cycle multiply. The flash controller can prefetch sequential code, so tight loops from flash run without wait-state penalty at 72 MHz.
32 KB Flash / 8 KB SRAM — firmware fit
32 KB of program flash is the entry-level density in the LPC13xx line. That fits a bootloader plus a single application image. The 8 KB SRAM holds the stack, a few hundred bytes of DMA buffers, and modest RTOS structures.
