Hello,
using the TM4C1292 (NCPDT), I have a problem with the hibernation module. I configured it to wake up when a tamper event is asserted. The processor performs a wake-up (I can see that from the LED I connected to the processor's HIB output) but there is no code executed. Even if I delete the while(1) commands in the NmiSR(), FaultISR() and IntDefaultHandler() handlers.
Seems like the __iar_program_start() is not called...
If I try to reset the processor, it doesn't work. Only disconnecting the power supply works.