Difference between revisions of "MSP430"

From TinyOS Wiki
Jump to: navigation, search
m (Fix link format)
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
+
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 ==
 
== 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 Data ==
Line 13: Line 17:
 
The MSP430 microcontroller is used in the following devices
 
The MSP430 microcontroller is used in the following devices
 
*[[TelosB]]
 
*[[TelosB]]
 +
 +
== Simulators ==
 +
*[[MSPSim]]
 +
[[Category:Microcontroller]]

Latest revision as of 03:22, 26 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