Greetings,
I have a need, in a small section of code, to block all interrupts except the PWM interrupt. Is it possible to have a higher priority interrupt interrupt a lower priority interrupt? If the lower priority interrupt sneaks in a cycle before the higher priority interrupt, how much latency will there be before the PWM interrupt is taken?
Thank you,
Ed