I am using the MSP430G2553 on a Launchpad Development system with Code Composer Studio 5.
I made a grace project that blinked LED1 with a timer. It is the Grace project in the tutorial for CCS5.
I then enabled the UART module in Grace and used the overview section in Grace to make a simple loop back Serial interface inside of the ISR for the UART..
I couldn't get the data to return to my communications software on my PC.
I looked at the serial pins and noticed RXD was driving and TXD was low.
I crossed the jumper pins and was able to communicate. (Emulation-TXD to MSP-RXD and Emulation-RXD to MSP-TXD)
I am now able to get a break point to break my code in the UART ISR.
I would like someone else to confirm that the pins are crossed.
Thanks
Dan Pommerening