Hi,
Since I started to deal with MSP430 I have always used development board which are equipped with MSP430-FET430 UIF USB debug Interface. It has been pretty straight forward, easy to program and debug and I never cared how it works.
Recently I just got a task of to implement a bldc sensorless motor control. I was given a board with MCU already on it and necessary electronics to drive the motor. The board has three output terminals for the motor and 4 input terminals, namely Vbus, UCA0RX, UCA0TX and ground.
My problem here is that I am not familiar with programming MSP430 device without using the JTAG interface. I was wondering if there is another tool that is compatible with CCS and that only needs to connect to available pins UCA0RX, UCA0TX, which I think they are UART's receive and transmit pins.