2014-05-30
After reviewing many blogs and websites, there is no ready to use version.
The major issues are that
1, Contiki OS grows up under Linux. For example, the codes are organized by make file method. Linux does not have a formal toolchain to support all MSP430 versions. The formal toolchain means well documented and easy to use.
2, The IAR and Code Composer Studio have the very formal toolchain under Window. That is why they are expensive.Instead of make file, the tools organize the codes using configuration (i.e. clicking on option). In order to integrate Contiki OS, there are still many changes needed.
Next
1, Try Code Composer Studio Linux version.
Before try Code Composer, I find that msp430-bsl-linux,which may be the tool to program a telsob.
2014-06-01
It is not easy to install code composer on linux.
It is seem like that MSP430-5438-STK does not support bsl connector.
I have to migrate the Contiki OS into IRA on window.
I saw that many Contiki OS codes include some codes related to IRA, but really do not know how to use it.
2014-06-01
IAR complier has different syntax from GCC.