• Strange problem with the VPBDIV register
    Hi: I tried the following code: #include <LPC21XX.h> #include <stdio.h> #define OSC_CLOCK_FREQ 14745600 #define CR 0x0D void UARTInitialize(unsigned int baud) { U0LCR = 0x83; /* 8 bit, 1 stop...
  • Strange problem with the VPBDIV register
    Hi: I tried the following code: #include <LPC21XX.h> #include <stdio.h> #define OSC_CLOCK_FREQ 14745600 #define CR 0x0D void UARTInitialize(unsigned int baud) { U0LCR = 0x83; /* 8 bit, 1 stop...
  • PPP setup
    I'm attempting to get PPP working. I have a socketmodem connected to an LPC2468 on uart 1. have the serial driver working. Do I need to include Std_Modem.c in my project? Where do I make changes...
  • string setup
    in a c-module I found the definition of a string: char acString[20] = ""; For me the initilisation looks a little bit unusual. My questions at this point are: - is this allowed in ansi-c? -...
  • 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...