Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Query related InterruptAttach & InterruptAttachEvent: (2 Items)
   
Query related InterruptAttach & InterruptAttachEvent  
If I register an interrupt handler to each of the DMA channels whenever they are created is it necessary for me to use 
InterruptWait whenever I use InterruptAttach & InterruptAttachEvent calls ? If I dont do anything in the main thread 
after ISR is invoked.
Here I want to attach an ISR for a DMA channel and the thread dies & later on every thing will get managed in ISR .... 
does it make sense & valid ?
Re: Query related InterruptAttach & InterruptAttachEvent  
One more query is,
Is it possible to call multiple InterruptAttach from a thread(however I use the same ISR function) & call single 
InterruptWait to catch interrupt from any of these ISR(also I need a way to differentaiate between these)