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.