Part Number: MSP430F5659
I am currently using Code Composer with my embedded MSP430F5659 for firmware development. My application requires to reliably communicate with a host over its UART (USCI A2) interface at 115200 baud rate.
At this baud rate, the UART drops characters and does not keep up with the host. I need to know what is the recommended reliable baud rate to be used with USCI A2 UART and what are the parameters and the relevant control registers to set it up for that baud rate at 8 data bits, no parity, 1 stop bit.