Hi
In the DIO lib test\cslutil.c, the ISR dbell_LsuNonStreaming_isr handles both dbells and LSU interrupts when the system requres an LSU for EDMA streaming. What happens when, while servicing an LSU interrupt, a dbell occurs? Does the dbell_LsuNonStreaming_isr ISR get called again?
I'd like to make sure I don't miss the dbell even while the ISR is busy doing its LSU interrupt service operations.
What happens when an LSU interrupt occurs while dbell_LsuNonStreaming_isr services a dbell interrupt.
Cheers