I want to use the deep sleep function on the AM1808. I want it to be woken up by either of two events, 1) RTC or 2) external signal. I have found how to implement each of them individually, but in order to implement the RTC, you must set the RTC_ALARM pin (which is also the deep sleep pin) to an output. Then when the RTC_ALARM pin is driven by the RTC high, it also drives the \DEEP_SLEEP pin high and brings the chip out of deep sleep.
Is it possible that we may still be able to drive the \DEEP SLEEP pin high externally, even if it has been configured as an output for RTC triggering?