• Problem reading AD with upsd3354
    I try to read ADC0 to 4 with a upsd3354, but the voltage at the pins P1.0 to 4 (measured with a scope) is always 3V3, and the readed value is 1023. P1SFS0 and P1SFS1 are equal to 0x1f, to put this...
  • Usage of UART0
    I'm having trouble using UART0 correctly. I'm writing a value in SBUF0 and after that I'm putting the new value in SBUF0 into a var. When I look at the value in that var, it's empty. How can I put something...
  • 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 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 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...