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.

The value of Baud rate

Other Parts Discussed in Thread: TMS320F2812, MAX232

Hello,

I'm currently using TMS320F2812 and using SCI to transmit the values. I want a baud rate of 9600 and my clock frequency is 30 MHz.

The BRR value comes out to be 1E7 in hex. So i have give-

    ScibRegs.SCIHBAUD = 0x0001;
    ScibRegs.SCILBAUD = 0x00E7;

i use a prescale of 4 and

SysCtrlRegs.PLLCR.bit.DIV = 10;

But im not getting the values on the HyperTerminal on my PC.

Can you please point out the mistake in my code or in my calculation.


Thanks in advance.

PS- I'm a beginner.