Difference between revisions of "Chips msp430"

From DiLab
Jump to: navigation, search
(New page: MSP430 MCU GCC toolchain can be found here http://mspgcc.sourceforge.net/. The documentation supplied with mspgcc is very comprehensive and describes the MCU in great detail. Can be foun...)
 
Line 2: Line 2:
  
 
The documentation supplied with mspgcc is very comprehensive and describes the MCU in great detail. Can be found here http://mspgcc.sourceforge.net/manual/. This could be very good introductory material for this MCU.
 
The documentation supplied with mspgcc is very comprehensive and describes the MCU in great detail. Can be found here http://mspgcc.sourceforge.net/manual/. This could be very good introductory material for this MCU.
 +
 +
Tmote Sky sensor module is equipped with MSP430 F1611 MCU. According to mspgcc docs on how to decode MSP430 part numbers (http://mspgcc.sourceforge.net/manual/x675.html).
 +
 +
F1611 - stands for:
 +
* F    - Flash ROM,
 +
* 16xx - Like 14x, but adding 2xDAC12, 3xDMA, brownout reset and I2C,
 +
* xx11 - 48K ROM, 10K RAM
 +
 +
Manufacturers page for this MCU - http://focus.ti.com/docs/prod/folders/print/msp430f1611.html.
 +
 +
Key documents about this MCU:
 +
* [http://www.ti.com/lit/gpn/msp430f1611 MSP430x1xx Family User's Guide (Rev. F)]
 +
* [http://www.ti.com/litv/pdf/slaz018b MSP430x15x, MSP430x16x, MSP430x161x Mixed Signal Microcontroller (Rev. E)]
 +
* [http://www.ti.com/litv/pdf/slau049f MSP430F15x/16x/161x Device Erratasheet (Rev. B)]

Revision as of 14:12, 22 March 2008

MSP430 MCU GCC toolchain can be found here http://mspgcc.sourceforge.net/.

The documentation supplied with mspgcc is very comprehensive and describes the MCU in great detail. Can be found here http://mspgcc.sourceforge.net/manual/. This could be very good introductory material for this MCU.

Tmote Sky sensor module is equipped with MSP430 F1611 MCU. According to mspgcc docs on how to decode MSP430 part numbers (http://mspgcc.sourceforge.net/manual/x675.html).

F1611 - stands for:

  • F - Flash ROM,
  • 16xx - Like 14x, but adding 2xDAC12, 3xDMA, brownout reset and I2C,
  • xx11 - 48K ROM, 10K RAM

Manufacturers page for this MCU - http://focus.ti.com/docs/prod/folders/print/msp430f1611.html.

Key documents about this MCU: