• 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...
  • vpbdiv setup
    The example's startup file in The Insider Guide from Hitek has the option to set XCLKDIV:XCLK Pin which changes bit# 2-3 of VPBDIV register. LPC2131-UM pg.50 indicates that bit# 2-7 are reserved. Is...
  • ADC Setup
    Hi, I have a problem with ADC initialization. The following part is draft needs to be filled with correct information Step by step according to the user manual. But I am not sure where I made mistake...