Hi all,
I have one question about the deep sleep wakeup process in NRF24LE1. I want to realize the function that "when I press the button, it will cause rise edge on the pin, and wake the deep sleep mode up. Then after the reset, I can still determine which buttons I pressed."
For example, say one remote control device that control the LED on or off, in most of time, it's in deep sleep mode. Then I pressed one button, it can light the LED on or off just pressed one time. So, in the code, I have to check which button was pressed after system reset.
Can I realize this function with deep sleep mode or memory retention mode? I'm wondering that the system wakeup reset will discard the wakeup sources information.
Hope someone would do me a favor, thanks in advance!
Best regards.