Flashing the LED code and example projects for MSP430
This folder and its subfolders contain the following projects:
Flashing the LED.eww |
Workspace with ready made example projects for all MSP430 devices |
MSP430x1xx (asm).ewp |
Flashing LED project in Assembler for all MSP430x1xx devices |
MSP430x1xx (C).ewp |
Flashing LED project in C for all MSP430x1xx devices |
MSP430x2xx (asm).ewp |
Flashing LED project in Assembler for all MSP430x2xx devices |
MSP430x2xx (C).ewp |
Flashing LED project in C for all MSP430x2xx devices |
MSP430x2xx (asm - SpyBiWire).ewp |
Flashing LED project in Assembler for all MSP430x2xx devices using the SpyBiWire debug interface |
MSP430x2xx (C - SpyBiWire).ewp |
Flashing LED project in C for all MSP430x2xx devices using the SpyBiWire debug interface |
MSP430x4xx (asm).ewp |
Flashing LED project in Assembler for all MSP430x4xx devices |
MSP430x4xx (C).ewp |
Flashing LED project in C for all MSP430x4xx devices |
MSP430x5xx (asm).ewp |
Flashing LED project in Assembler for all MSP430x5xx devices |
MSP430x5xx (C).ewp |
Flashing LED project in C for all MSP430x5xx devices |
MSP430x5xx (asm - SpyBiWire).ewp |
Flashing LED project in Assembler for all MSP430x5xx devices using the SpyBiWire debug interface |
MSP430x5xx (C - SpyBiWire).ewp |
Flashing LED project in C for all MSP430x5xx devices using the SpyBiWire debug interface |
MSP430x6xx (asm).ewp |
Flashing LED project in Assembler for all MSP430x6xx devices |
MSP430x6xx (C).ewp |
Flashing LED project in C for all MSP430x6xx devices |
MSP430x6xx (asm - SpyBiWire).ewp |
Flashing LED project in Assembler for all MSP430x6xx devices using the SpyBiWire debug interface |
MSP430x6xx (C - SpyBiWire).ewp |
Flashing LED project in C for all MSP430x6xx devices using the SpyBiWire debug interface |
This folder and its subfolders contain the following source files:
msp430x1xx_fet_1.s43 |
Flashing LED source code in Assembler for all MSP430x1xx devices |
msp430x1xx_fet_1.c |
Flashing LED source code in C for all MSP430x1xx devices |
msp430x2xx_fet_1.s43 |
Flashing LED source code in Assembler for all MSP430x2xx devices |
msp430x2xx_fet_1.c |
Flashing LED source code in C for all MSP430x2xx devices |
msp430x4xx_fet_1.s43 |
Flashing LED source code in Assembler for all MSP430x4xx devices |
msp430x4xx_fet_1.c |
Flashing LED source code in C for all MSP430x4xx devices |
msp430x5xx_fet_1.s43 |
Flashing LED source code in Assembler for all MSP430x5xx devices |
msp430x5xx_fet_1.c |
Flashing LED source code in C for all MSP430x5xx devices |
msp430x6xx_fet_1.s43 |
Flashing LED source code in Assembler for all MSP430x6xx devices |
msp430x6xx_fet_1.c |
Flashing LED source code in C for all MSP430x6xx devices |
- All example projects are configured for use with the Texas Instruments USB port JTAG emulator (MSP-FET430UIF). When using a different JTAG emulator such as the parallel-port JTAG emulator (MSP-FET430PIF), the default debug configuration must be modified.
- For SpyBiWire-capable MSP430 devices (2-wire JTAG debug interface), the appropriate example projects must be used. When using a SpyBiWire-cabable MSP430 device in 4-wire JTAG mode, the default debug configuration must be modified.
- Refer to the appropriate device datasheet and the FET User's Guide for additional information regarding JTAG interfacing.
- Additional code example files are available on the MSP430 web page in the Code Examples section.