Hacker News new | ask | show | jobs
by tuetuopay 957 days ago
I used Rust for my latest embedded project based on an MSP430 from Texas Instruments. The specific model has 128 bytes of ram, and it fits there quite neatly. Same for the flash.

This was quite the great experience!

1 comments

That’s 128 KB, right?
Nope, the B was not a typo. It has 128 bytes of RAM.

The specific model is an MSP430G2231 [1] with 128 Bytes of RAM and 2kB of flash.

1: https://www.ti.com/lit/ds/symlink/msp430g2231.pdf

In the MSP430 family? Not likely.