NOTE: Work in progress, some posts may still be missing
This the (not-yet) complete summary of a series of articles related to MSP430 MCU family and GNU/Linux.
The aim of these posts is to give an overview of the msp430 history and status with regard to a free (as in speech) tool-chain.
These articles were written in the last quarter of 2011, after the first official release of a free GCC-based MSP430 tool-chain.
This series is not intended as a tutorial on msp430 programming, and does not cover proprietary tools or tool-chain for other OSes.
If you are looking for help on these other topics or for additional details not provided in these posts, you can dig the TI msp430 official page or the 43oh community site.
The GNU/Linux and MSP430 series is composed by the following posts:
- Intro to TI MSP430 and Launchpad: a low-power embedded MCU
- How to have fun with MSP430 and GNU/Linux
- MSPGCC: uniarch and the bright future
- mspdebug: MSP430 programming and debugging
Thanks Luca for your packaging, I hope this will so useful for hour master thesis!
Gianfranco Locutus Costamagna & Daniele Cloralio 🙂
You’re welcome (and in bocca al lupo ;).
This post series is still not written, but newer packages are currrently being upload to experimental and unstable. They’ll probably reach Ubuntu too, soon.
Afaics the packages are already in the oneiric + repository
https://launchpad.net/ubuntu/oneiric/+search?text=msp430
I have already installed them, but I have to wait for a launchpad board in order to build my sources! 😉 have fun and thanks
I was speaking of latest release (2012-04-06). Right now, it is available in both Wheezy and Quantal.
Just built them in my ppa https://code.launchpad.net/~costamagnagianfranco/+archive/locutusofborg-ppa for oneiric, precise and quantal versions.
If you agree maybe one day I’ll register a maual import of your git http://anonscm.debian.org/gitweb/?p=crosstoolchain/msp430mcu.git;a=summary into a launchpad project in order to automatically build into my ppa whenever a change is made by you 🙂
I’ve found a great MSP430 UART tutorial I am reading, but it doesn’t cover MSPGCC so your page was helpful.