Preparing the environment

The following are required tools for the MSP430 programming. gcc-msp430 Installing $ sudo apt install gcc-msp430 Make sure we installed successfully $ msp430-gcc –version mspdebug Install libraries dependecy: $ sudo...

Introducing the MSP430-GCC

What’s the purpose of this project? The purpose of this project is used to learning the msp430g2 microcontroller from scratch. And it also provide some basic knowledge about microcontroller programming....

Installing the GCC - Open Source Compiler for MSP Microcontrollers

The MSP430 GCC compiler is owned by TI and maintained by Mitto Systems Limited. Features: Available standalone or integrated within Code Composer Studio™ No code size limitation Free and open...