• Timer1
    Hi, I want to write a code for setting timer1. I want to know that can i start timer with Timer 1 external input while genrating a interrupt also. and plz also tell me how to configure a port as a input...
  • Serial interrupt driven issues--timer1/2
    Hi, I have a 24 byte tx buffer. When i send the buffer from a uM to pc in a polled manner, timer 2 works fine with the following setting: mov SCON, #01010000b mov RCAP2L, #0DCh mov RCAP2H, #0FFh...
  • No timer1 interrupt on aduc7020
    Hi everyone, I've already spent 3 days trying to get a timer1 interrupt on an aduc7020, without any success Timer1 init: IRQCLR = GP_TIMER_BIT; T1CLRI = 0x55; // Clear pending interrupts...
  • Timer1 and External Memory Issue LPC2478
    Hello, I am trying to use both timer1 and the microcontroller's external memory on this board. The code I'm currently testing with is below. The problem is that when the external memory is enabled...
  • ISR + timer1
    What is the function in C for interrupt service routine of timer1 .