Hi Curtis, Let's make sure CCS can detect/program the 28-pin device first. Assuming you have installed MSPWare , inside CCS, go to "View" -> "TI Resource Explorer" and search for " MSP430G2553 ". Next, go to " MSPWare " -> "Devices" -> "MSP430G2x53" -> "Code Examples" and click "MSP430G2x53" to show the C code examples. Under "Project Name", scroll down and click "msp430g2xx3_1.c" for the Software Toggle P1.0 example. Under devices, select " MSP430G2553 ", then click "Create" to create the project. In the Project Explorer window of CCS (left-hand side), the project should be shown as Active. Expand the project folder and click the C file to view the code. Next, try to download the program onto the device by clicking the Debug button. If you aren't able to connect to the external 28-pin target device, try debugging the 20-pin device on the LaunchPad itself. Keep in mind that you may have to repopulate the emulation jumpers (e.g. TXD, RXD, RST, TEST, VCC) if they've been removed. Basically, we want to make sure only one target is connected at a time. Let me know if this works. Regards, James MSP Customer Applications
↧