Hi
We would like to get the Radar wakup source to check is Radar deep sleep wakeup from the sleep counter or UART RX. The result is very strange:
(1) If we only choose Enable Sleep Counter Wakeup LPDS @ .syscfg , than the Radar sleep and wakeup with right Frame period setting ( for example 200ms)
(2) If we choose both Enable Sleep Counter Wakeup LPDS & Enable UART Wakeup LPDS, than even though we do not send any UART data to Radar,but most of the Frame the Radar send out the UART result and sleep but wakeup immedaitely, sometimes the frame period will be the same with the setting value ( for example 200ms) . Why?
(3) We want to know the wakup source is Sleep counter or UART wakeup , we try to use PRCMLPDSWakeupCauseGet() ( from prcm.c) to get the wakeup source and wakeup status @ power_LPDSresumehook(), but the result always zero. We do not know why, maybe the status and source had been cleared beforepower_LPDSresumehook(), so would you please let us know how to get the wakeup status and source? without it, it is hard to let Radar can be communicated when the low power is enable.