• 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...
  • 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...
  • MCB900: LPC935 IAP entry point
    Hi, I'm using IAP. According to the LPC935 manual the entry point is 0FF03h. When I simulate this with the debugger this does not work. According to the disassembly window an entry point of 0FF00h...
  • change Baudrate on LPC935 during the execution of the program
    hi all, i would like to know whether it is possible to change the baudrate of the serial port to different rates, i have a program which have to communicate with different devices with different baudrates...