• array inside interrupt function
    I having trouble sending data out under interrupts from a buffer. The buffer was declared in xdata and i have a counter that is used to index into it. So when an interrupt occurs, the data is loaded...
  • array inside interrupt function
    I having trouble sending data out under interrupts from a buffer. The buffer was declared in xdata and i have a counter that is used to index into it. So when an interrupt occurs, the data is loaded...
  • isr_evt_set inside a uart interrupt not working
    Hi All, I am working on project using At91sam7s128 and have isr_evt_set(0x0001,TaskIDUSPort0) inside my uart interrupt. Question is what will happen if another new uart interrupt occurs while...
  • Can Serial Communication work inside a Interrupt??
    Dear Frnds, Do serial communication like " printf " can work inside interrupt??? Is there any Potential problem with communication with serial communication inside a interrupt???? Rajesh
  • isr_evt_set inside a uart interrupt not working
    Hi All, I am working on project using At91sam7s128 and have isr_evt_set(0x0001,TaskIDUSPort0) inside my uart interrupt. Question is what will happen if another new uart interrupt occurs while...