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

Simulating LPC2148 U0FDR register at Keil debugger

Hello

I am doing code for LPC2148.
I can not have correct baudrate values at the Keil debugger.
It always give the value as if U0FDR register has default values!

Is the debugger ignoring U0FDR or am I doing something wrong?
With PCLK 30MHZ for 2400bps
U0DLM = 2;
U0DLL = 113;
U0FDR = 65;

thanks

0