• UART1 lpc1768
    How to config uart1 in lpc1768 for ppp conection with gprs modem. serial port driver for lpc1768
  • UART1 lpc1768
    How to config uart1 in lpc1768 for ppp conection with gprs modem. serial port driver for lpc1768
  • 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;...
  • 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;...
  • 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 /*----...