I would like to know how much of interrupt logic is working if on the main CPU core the interrupt handler is stuck?
I have a interrupt chain PWM -> ADC -> CLA
Is that chain executed regardless of main CPU interrupt handler execution? Even if the main CPU interrupt handler is stuck in a busy loop?
The loop is artificial to demonstrate that watchdog is alive and if not serviced, will reset the MCU. I would like to know that while waiting for the watchdog reset, is the PWM->ADC->CLA interrupt chain still executing or are they stuck also?