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.

Piccolo TMS320F28069 Serial Communications Interface Baud Rate Calculation



Hello everyone,

I'm using the scia_loopback_interrrupts example as a reference code for serial communications interface.  However, I had a little trouble to get the baud rate calculated correctly.  Do you know any reference guide for F28069 serial communications interface?  I want to calculate these numbers with difference baud rate.  Here are location where these numbers (in red XX) to be used.

 

SciaRegs.SCIHBAUD = 0x00XX;

SciaRegs.SCILBAUD = 0x00XX;

 

Any help are welcome, and thank you very much.