This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2355: UART library?

Part Number: MSP430FR2355

I'm using CCS.

Thanks to your help in my previous post, I have imported 

https://dev.ti.com/tirex/explore/node?node=AHhJeKEkk81ZAupK79a2ag__IOGqZri__LATEST

and can transmit a single character to the PC by using 

 UCA1TXBUF = c;

I've been unable to locate a library that allows me to use printf("hello world\n"); or the equivalent, to transmit strings of letters, or numerical values passed as strings of decimal characters.

This seems like it should be obvious and I'm just missing it. Thanks for the help!

**Attention** This is a public forum