Looking at the technical reference manual for the TMS320F28377S microcontroller, it shows common bit rates for SCI communication.
When plug in the equation given in the baud-select registers, the baud rates do not agree with the equation given.
The Eequation is:
SCI Asynch Baud = LSPCLK/(BRR+1) * 8)
According to the table, setting BRR to 487 with a LSPCLK of 200 MHz the baud rate should be 9600, which is much lower than what the equation would generate.
I think I am missing an important concept along the way. Any explanation would be greatly appreciated.
Thanks!