• UART1 lpc1768
    How to config uart1 in lpc1768 for ppp conection with gprs modem. serial port driver for lpc1768
  • Help for Uart1 in LPC1768
    #include <LPC17xx.h> #include <stdio.h> #include "uart.h" #define FOSC 12000000 #define FCCLK (FOSC * 8) #define FCCO (FCCLK * 3) #define FPCLK (FCCLK / 4) #define UART1_BPS 115200 /*----...
  • 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...
  • Unable to write into UART1 Interrupt Enable Register of NXP's LPC2368
    Hi, I am having a problem in enabling the interrupts for UART1 in LPC2368. Program is getting stucked at the point where I am writing value to the UART1 Interrupt Enable Register. U1IER = 0x07;...