16 MHz MSP430 — what the core speed buys you
The 8 KB Flash and 256 x 8 RAM mean this part is sized for a single control task — think a thermostat, a digital potentiometer interface, or a simple I²C bridge — not a multitasking RTOS. The 10 I/O lines, wrapped in a 16-QFN (4x4) package, fit a two-layer board with a coin cell.
TI lists this part as Active. The MSP430G2xx series has been a workhorse for a decade, and TI keeps the fab lines running for the industrial and appliance base. The ROHS3 compliance is current — no exemption cliff to watch.
Peripheral set — what the USI can do
The Universal Serial Interface (USI) handles both I²C and SPI in hardware, which saves code space versus a bit-banged implementation. The DMA and PWM peripherals let you run a simple motor or LED dimmer without loading the CPU. The watchdog timer (WDT) and brown-out reset (BOR) are standard safety nets for unattended equipment. No CAN, no USB, no DAC — this is a lean, low-pin-count controller for a single function.
