• Peripheral Setup
    Can someone point me to the document location that tells how to setup custom periperal devices that interface to the 8051? I would like to simulate Flash and A/D device accesses.
  • 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...
  • 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...
  • 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? -...