Hi,
Thank you for all the support, this forum has helped me in countless occasions. I have a theorical question:
My setup is the following:
- I am in run mode, and the \WAKE pin is HIGH, as expected.
- I assert the \WAKE pin (setting it LOW) through a pushbutton, and no effect occurs. This is expected since I am already awake.
The question is: is there any way for me to read the state of the wake pin in run mode?
I have tried reading with the HIBRIS register (bit 3) while keeping the push button pressed, but I see no change in the register map in CCS8.0.0
I can successfully wake from hibernation through external wake, that is not an issue, but for the purposes of my application I'd like to know the state of the \WAKE pin
also in Run mode. I have also tried setting up an interrupt attached to the external wake pin and pressing the pushbutton, but it also seems to be ignored while in run mode.
Am I missing something?
In essence:
Is it possible to read the raw state of the \WAKE pin (HIGH or LOW) from any register?
Thanks in advance
Lorenzo Lombardi