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

lpc1225 uart baudrate calculation

in LPC1225 I try to get the baudrate of uart0. I know the baudrate can be calculate by

Fdiv= (UART0_PCLK/16)/baudrate. and the resulting value placed in DLL, DLM. but the question, how I can get the UART0_PCLK ?

0