We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Problem solved myself. Thanks.