Difference between revisions of "MSP430"

From TinyOS Wiki
Jump to: navigation, search
(Intial page, link to TI datasheets, user's guide)
 
m
 
(4 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 ==
Technical details and datasheets for the MSP430F1611 device can be found in the TI product folder at
+
Technical details and datasheets
*[http://focus.ti.com/docs/prod/folders/print/msp430f1611.html]
+
*TI Product Folder MSP430F1611 (http://focus.ti.com/docs/prod/folders/print/msp430f1611.html)
**[MSP430x15x, MSP430x16x, MSP430x161x Datasheet (http://www.ti.com/lit/gpn/msp430f1611)|http://www.ti.com/lit/gpn/msp430f1611]
+
**MSP430x15x, MSP430x16x, MSP430x161x Datasheet (http://www.ti.com/lit/gpn/msp430f1611)
**[MSP430x15x, MSP430x16x Errata (http://www.ti.com/litv/pdf/slaz018b)|http://www.ti.com/litv/pdf/slaz018b]
+
**MSP430x15x, MSP430x16x Errata (http://www.ti.com/litv/pdf/slaz018b)
**[MSP430x1xx Family User's Guide (http://www.ti.com/litv/pdf/slau049f)|http://www.ti.com/litv/pdf/slau049f]
+
**MSP430x1xx Family User's Guide (http://www.ti.com/litv/pdf/slau049f)
  
 
== Where Used ==
 
== Where Used ==
 
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