I am reading the Hibernation section of the LM4F232 manual. A change in state of the WAKE pin will bring you out of hibernation. Once out of hibernation, is there a way of reading the wake pin state? Like disable the HIB interrupt, then clear the WAKE state every 100msec or so, then see if the state comes back immediately?
I am thinking of using the wake pin from a KEY_ON input (and hence free up a GPIO), but I will need to identify when the KEY_OFF event occures.