• servicing the interrupts
    I want to make use of the PCA interrupts from P89V51RD2.. what should I write ?? e.g. void ****(void) interrupt ** { ------- ------- } what might be there at the '*' position??? ...
  • servicing the interrupts
    how to write interrupts(ISR) in C ?? i.e. void serial0()interrupt 4 { ISR } How come? Is there any specific syntax for [void serial0()interrupt 4]??? this is not specified in the datasheet...
  • Interrupt Service
    Greetings, I'm somewhat new to programming in C. I'm using Keil uVision and would like some information on setting up interrupt routines. I have setup my registers to interrupt on reception...
  • RTC interrupt is not servicing
    hi, I have written the following code for LPC2148. RTC is generating an interrupt after every sec. but the prob is, only once the interrupt is getting serviced though it should be serviced every sec...
  • problem with interrupt service routine
    Hi, I'm beginner in software-develop for µcontroller and i have a question to programm ISR: I can initialise the UART for writing data, but I want to observe incoming data. For that I need an ISR...