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.