This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

External RST isnt waking device from hibernation mode. TM4C123G7H6PGEI



I'm working with the TM4C1237H6PGEI microcontroller on a custom board, and I have encountered an issue with the Reset signal.I have noticed that while in hibernate mode, when I hit the reset button nothing happens.

I have to enable the VDD3ON register due to the configuration of my LDO(just to enter hibernate), and also because I need to retain GPIO during hibernate.  All of my wake features (wake pin, iRTC match) are waking the controller as intended. I went back to the original hibernation example for the Tiva board and even it does not allow the reset pin to function. Has anyone encountered this issue? I can provide code snippets if needed.