• 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,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...
  • uart0 is not working
    Dear all, I am new to LPC2378..Currently i am developing code for sending a character in serial port....Below i mentioned the code what i have written..but this is not working...i am using keil uvision3...
  • uart0 interrupt
    dear all i have written the foll. code for uart0 interrupt in lpc2148. i have baudrate=9609 transmission of first letter 'D' is done but my interrupt is not generated and due to this second letter ...
  • UART0 interrupt only once.
    Hi , I need help, here is the problem. I am using STR91X-SK/KEIL EVAL board. I can run the example code called measure from keil website. however, I can't run the UART0 in interrupt mode by use the example...