• UART0 Baudrate setting ARM
    Hi We are using Philips LPC2138 ARM Controller in our proto board with 10 MHz external Crystal. We tried to make use of UART0 with baudrate 2400. For that, the code is: #define UART_CLK ...
  • Setting up UART for 9600, 8, e, 1 -Works on PC but not on target
    Need advice on what is going on with this program. It partially works when connected to a PC (Windmill ComDebug) but does not work on the device. It seems that I fail to work with the parity bit, because...
  • Baudrate Generation
    Hi, I want to create a Function to approximate a custom Baudrate. The Function depends on two Variables: Baudrate = f(x,y) = (FDV * 40) / (8192 * (BG + 1)), FDV = 1..511, BG = 1..8192 Unfortunately...
  • Calculation of PCLK for UART (baud rate of 9600)
    Can any one help me with calculation of PCLK for UART (baud rate of 9600) According to datasheet if LPC2148 PLL calculations are as follows: 1.CCLK = M × FOSC 2.FCCO = CCLK × 2 × P but they...
  • uart receive data incorrect above 9600 baud
    Is anyone successfully receiving UART data using a UART configured with greater than 9650 Baud? I have a Keil development board. I have interrupts enabled. I'm looking forward to hearing...