We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include <msp430g2231.h> main() { P1DIR = 1; P1OUT = 1; }
Compile with: msp430gcc -mmcu=msp430x2231 a.c
Flash with mspdebug:
mspdebug rf2500 prog a.out