• Seems to be a bug...
    Hello all, while checking the code given here. www.maxim-ic.com/.../3524 I found that Keil compiler is not generating the correct code required for the following commands in C spiTmp = spiData...
  • LPC935 Stack curiosity
    Hello, I have code running on a LPC935 that crashes in certain situations. To find the cause I also checked the space required for stack. To do this I read back the idata memory from 0FFh to start...
  • 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...