• Persistent C51 printf curiosities
    We have a product built from the t89c51cc01 or 03 chips using C51. Timer 0 does a 10mS interrupt to check a few hardware inputs. Timer 1 runs the serial port. Timer 2 provides an adjustable clock output...
  • Curiosity Killed The Geek
    Question: Out of purely a curiosity thing I formatted an SD Card using Windows XP and a card reader. I then looked at sector 0 and found the FAT32 information as per MS. I then ran a Keil example...
  • Starting LPC935 PWM
    I am having problem to start the PWM. I have downloaded: http://www.keil.com/download/docs/203.asp and run it at the simulator. The PWM signal ONLY starts if I tick the TCOU2 at the CCU window...
  • LPC935 cant communicate with my GSM :(
    Hi all, I am using MCB900 devolepment kit with P89LPC935 micro. I want to communicate with my Samsung D500 to send data. The micro can recieve data from the GSM but when sending the data from micro to...
  • Can' t configure ADC of LPC935!
    Hi, I'm using LPC935 and I want to set the built in AD converter. I have to use P0.0 pin, so I have written the following code (The pin is configured as input only): void InitADC() { ADCON0...