• UART0 configuration
    Hi All, I m using UV3 given along with KEIL EPM900. I was trying to simulate UART0. Here is the peice of code is used to configure UART0. PCON &= 0xBF; S0STAT = 0x60; S0CON |= 0x50; S0CON &=...
  • uart0 is not working
    Dear all, I am new to LPC2378..Currently i am developing code for sending a character in serial port....Below i mentioned the code what i have written..but this is not working...i am using keil uvision3...
  • UART0 and LPC2148
    Hello! I'm quite new at LPC21XX world and in the beginning I stumble at UART0 problem. I can get it right. I copied example program from Phillips site, try to correct it and no luck. When ever I try...
  • UART0 setup
    Hello guys; I have been working on UART0 setup of LPC2132 for a long time. I have achieved anything yet.Once I loaded a wrong pll setting and put the uc to death.I couldn't reload the correct settings...
  • UART0 of LPC2148
    Hello I'm using ARM LPC2148. I want to use UART0 of ARM controller. Our 8051 provides UART with 4 modes viz Mode0,Mode1,Mode2 & Mode3. Preferably we use Mode1 for Serial transmission. We use Mode0...