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 ?