• Read pointer when increasing address does not access data LPC2136
    your help please, this pointer initially takes the first value extracted from the address, but when I try to increase the pointer to access the next value it does not do anything.(ARM7TDMI LPC2136):...
  • Read pointer when increasing address does not access data LPC2136
    your help please, this pointer initially takes the first value extracted from the address, but when I try to increase the pointer to access the next value it does not do anything.(ARM7TDMI LPC2136):...
  • 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,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...