I’m working on a project using the TM4C129XNCAD, IAR 7.20.2.7431 as the dev tool, and TI-RTOS2.00.02.36. I am attempting to use deep sleep mode, and am seeing that the device wakes a few seconds after being put to sleep, apparently by an unhandled interrupt source, because the application immediately exits with a hard fault.
I am hoping someone can point me to a way to find the interrupt which has caused exit from deep sleep mode. Thanks!