• LPC2136,PWM
    I am working with LPC2136 I am getting PWM o/P from PWM5 with following setting PINSEL1 |= 0x00000400;//EnableP0.21 PWMPR =0;//each pclk cycl incriment PWM_TC PWMPCR =0x0; //single edge mode. PWMPCR...
  • LPC2136 SPI0 not working
    hello friends, i am using arm7 lpc2136 to make communication via SPI with a graphic lcd. for some reason this code is not working (SPI is not sending), i do not receive any error from the compiler...
  • LPC2136 UART0 interrupt not working
    Hi all, Im using LPC2136 and i want to use the UART0 serial port interrupt to receive data but it does not work. configure all the registers and I do not see any jump towards the interruption when...
  • ZI-data size increases with Stack Size increase
    If i set the stack size to 10k(0x2800) in the configuration wizard and re-build the code, ZI-data size is 18868. But when i increase the stack size to 20k(0x5000),ZI-data becomes 29108. Why is this so...