• interrupt driven serial comm
    hi, i am using an interrupt driven serial,when i use the printf command in main program it gives a error as access violation,and when i disable the EA(interrupt enable bit),it works fine.plz let me...
  • 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...
  • interrupt driven UART
    call any give me an example of LPC2129 interrupt driven uart
  • 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...