Hi Champs,
I ask this for our customer. Customer have some question on ISR.
If interrupt nesting is disabled,
1. If the first EPWM ISR is running, and its second interrupt trigger comes again(the same interrupt ISR trigger), can the second ISR be triggered immediately? Or does it wait until the first ISR finish running before entering the second ISR?
2. If the answer to question 1 is the latter, how long does it take between the end of the first EPWM ISR and the second EPWM ISR trigger to ensure that the immediately response to the second interrupt?
3. If the answer to question 1 is the latter, will the second ISR trigger be lost or hang on?
4. If the answer to question 3 is hang on, how many interrupts can be hang on at most?
Thanks!
Best regards,
Julia