• Problem with using Routines in Main program file in the Interrupt service routine
    I have a routine in my main program file for displaying float values on terminal program. When i try to use the same routine in my Interrupt service routine(ISR), it give an warning stating "Reference...
  • Problem with using Routines in Main program file in the Interrupt service routine
    I have a routine in my main program file for displaying float values on terminal program. When i try to use the same routine in my Interrupt service routine(ISR), it give an warning stating "Reference...
  • interrupt routine
    I found that my interrupt routine has strange source code is: void t3Isr(void) interrupt 3 using 0 { tm_flg |= (tm_sts ++ ^ tm_sts) & 0x7; } the compiler give me: 5: void t3Isr(void)...
  • interrupt routine
    I found that my interrupt routine has strange source code is: void t3Isr(void) interrupt 3 using 0 { tm_flg |= (tm_sts ++ ^ tm_sts) & 0x7; } the compiler give me: 5: void t3Isr(void)...
  • C51 interrupt routine
    Dear friends, Wish you all Happy merry Christmas.In C51 interrupt routine function attribute USING Rn what purpose it will serve.If i am not using the same,what will happen in ISR.Pls explain me...