• 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...
  • LPC2478 external memory programming.
    We are currently looking to use external flash with the LPC2478 NXP processor. Is it possible to program the flash via the JTAG with this processor using the Keil environment? We have done this in...
  • ISR + timer1
    What is the function in C for interrupt service routine of timer1 .
  • LPC2478 - lcd_putString Issue
    Hello, There's an expansion board attached to the LPC2478 which contains a motor and a lightgate which can count the revolutions of the motor, connected to a counter (timer1). My program is written...
  • 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...