Hello all,
I am a beginner and using MSP430 launchpad having MSP430G2553. Till now I have got along with interrupts, timers and ADCs and I am able to read temperature in the registers in CCS. Obviously my next worry is to use UART communication to transmit internal temperature sensor reading to my computer.
I want to ask what is the difference between Timer UART and USCI UART? In the pre-installed code provided by TI in MSP430G2553, they have used Timer UART while they could have used USCI UART module, right? USCI UART seems to be much simpler to understand and implement. Whats the catch?
Thank you in advance.