• 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...
  • ** Baud rate Mismatch in in receiving data from MCBX51
    I wrote a program to communicate with my Development board, and pc through Hyper Terminal. When I am single stepping and if the transmition baud rate for MCBX51 is 9600, the PC can recieve it through...
  • 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...
  • UART data Receiving
    Hi All, I am trying to receive data from UART and keep it in Receiver buffer. I need to check character by character whether the data received is a printable ASCII character or not. I am using LPC1768...
  • Serial port RX Problem - baudrate 9600 setting
    I have a strange problem in my code. I cannot receive correct characters via the serial port if I write TH1=0xFD in my code. But if I write TH1=0xFE in my code, I can run the program correctly. ...