How to send 8 bit integer data through uart using interrupt for MSP430F5438A. I am already using sprintf but I don't want to use it as it is very slow. I tried example codes also but I receive random data so I must be doing something wrong.
I am using SMCLK Clock at 12MHz frequency, with baud rate of 460800.
Thanks