• 16 bit up down counter
    Hi I have to use a 16 bit up/down counter...... I wrote the code for that in at89c51. The counting is made in external interrupt 0. The pulses are given by a linear scale. the count values are stored...
  • 16 bit up down counter
    Hi I have to use a 16 bit up/down counter...... I wrote the code for that in at89c51. The counting is made in external interrupt 0. The pulses are given by a linear scale. the count values are stored...
  • unable to wake up from power down mode in lpc2148 using external interrupt
    Hello Community, I am trying to execute the power down mode in lpc2148 (ARM7) controller. The power down mode instruction executes properly but after that it fails to wake due to EINT0 (external interrupt...
  • unable to wake up from power down mode in lpc2148 using external interrupt
    Hello Community, I am trying to execute the power down mode in lpc2148 (ARM7) controller. The power down mode instruction executes properly but after that it fails to wake due to EINT0 (external interrupt...
  • Timer/counter/External Interrupts code in ARM assembly
    hi all, I am on the learning stage of LPC2148 and I have done basic programs like interrupts ... ADC ... TIMER/COUNTER. But all the code I have written is in C Language. Though I had written...