16 MHz MSP430 core with 4 KB Flash — what fits in 256 bytes of RAM
The 256-byte RAM is the tightest resource — enough for a single sensor readout buffer and a small control loop, but it rules out any RTOS or large data arrays. The 4 KB Flash can hold a modest application: a temperature monitor with I²C logging, a PWM fan controller, or a simple capacitive touch interface. The 16-bit core handles 16-bit arithmetic in one cycle, which helps when the RAM is this constrained.
Industrial temperature range and wide supply — battery or line powered
I²C, SPI, USI — serial connectivity in a 10-I/O footprint
The USI is a hardware shift register with software-controlled start/stop — it handles the bit-banging overhead but still needs firmware attention for protocol framing. For a single I²C temperature sensor or an SPI DAC, it works cleanly.
