Difference between revisions of "MSP430"

From TinyOS Wiki
Jump to: navigation, search
m
m
Line 18: Line 18:
 
*[[TelosB]]
 
*[[TelosB]]
  
 +
== Simulators ==
 +
[http://sourceforge.net/projects/mspsim MSPSim] : a Java-based simulator of MSP430.
 
[[Category:Microcontroller]]
 
[[Category:Microcontroller]]

Revision as of 21:17, 20 November 2009

The Texas Instruments (TI) MSP430 family are 16-bit microcontrollers with low power consumption. Peripherals include a 12-bit analog to digital converter, real time clock, timers, asynchronous/synchronous serial interface (with SPI/I2C modes), and a DMA controller.

TinyOS Support

Development Tools

The GCC toolchain port for MSP430 homepage can be found at (http://mspgcc.sourceforge.net/). There is an associated Wiki at (http://apps.sourceforge.net/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki).

Technical Data

Technical details and datasheets

Where Used

The MSP430 microcontroller is used in the following devices

Simulators

MSPSim : a Java-based simulator of MSP430.