- Confirm the host loaded the intended image and that the reset vector or handoff configuration matches the build.
- Check whether clocks, the CX rail, and DDR access are available when the MCU starts.
- Verify that the default image can execute from DDR before you debug a customized image.
- Compare a failed run to a known-good baseline log.
- If the failure persists, capture a fault dump, register state, or trace snapshot before you change more variables.
system inconsistently.
Prerequisites ■ A repeatable event source such as a GPIO stimulus or timer event.
Procedure
- Confirm the physical event really toggles or asserts as expected on the line.
- Check interrupt routing, polarity, edge or level selection, and wake qualification in the board and software configuration.
- Test the event first in active mode, then repeat the same event in a wait or low-power path.
- Keep the ISR small and verify the worker or thread handoff path separately from pure interrupt delivery.
- If wake still fails, capture the entry and exit power-state evidence along with the interrupt evidence.

