This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Baud Rate Calculation

In example Keil_IODemo.zip program from link

http://www.keil.com/download/docs/245.asp

I guess this uses normal 450 UART baud rate generation for the setting of 9600bps.

Values of Divisor Latch Registers are calculated below:
COMDIV0 = 0x93;
COMDIV1 = 0x00;

In which file to set the CD (clock divider) bit values in MMR POWCON[2:0] ?

Thanks.

0