• Enable UART1 interrupts LPC1768
    /* Enable UART1 interrupts. */ IN LPC1768 VICVectAddr14 = (U32)handler_UART1; VICVectCntl14 = 0x27; VICIntEnable = (1 << 7); BUT ERROR: Serial.c(62): error: #20: identifier "VICVectAddr14" is...
  • NXP UART1 Modem
    Can anyone point me to code that shows the use of the full modem interface on uart1 of a LPC23xx (LPC2368)? I would greatly appreciate the help, or some guidance on how to use the Modem pins correctly...
  • UART1 issue at 115k baud on LPC2368?
    Hi all, I am trying to get a simple pass thru of data at 115k from uart 1 to uart 0 on an lpc2368. Both are enabled (powered) and if I use 9600 baud rates, everything is fine. I'm running the unit...
  • UART1
    Hi at All In LPC2364 the TX1 and RX1 pin on Uart1 are present in Port0 and Port2,is possible use both this pin for receive and transmit the data from two system? when device1 transmit/receive on Uart1...
  • LPC2148 "Interrupt based UART1"
    I am making a Mobile phone using lpc2148 and a GSM modem SIM900. i have the code for uart1 sending n receiving data. but it does not have interrupt based read function. i want interrupt based uart1...