Other Parts Discussed in Thread: SYSCONFIG,
Hi
We had a design need to have two pin ( PADAN and PADAL) or ( PADAM and PADAL) input signal to wakup the Radar from deep sleep mode, how to enble it before enter deep sleep?
(1)We had tried to let PADAM or PADAL pinmux to SYNC_IN and enable the Radar enableGPIOSyncIOWakeupLPDS to be false to choose SYNC_IN , and it can work well to wakeup the Radar but if we let both PADAM and PADAL pinmux to SYNC_IN than nither PADAM nor PADAL can not wake up . Seems PINMUX can not let the same SYNC_IN to different PAD at the same time.
(2)We try the other way use PADAN and PADAL use PINMUX to WU_REQIN , the result is similar to use SYNC_IN.
(3) We try to let PADAN PINMUX to WU_REQIN and PADAL pinmux to SPIA_CS1_N and enable Power_config.enableSPICSWakeupLPDS=true than PADAN can wakeup, but PADAL can not. Becaus eout system does not use SPI port, so we do not do MCSPI_init() and Drivers_mcspiOpen() .
Can you let me know how to let either PADAM or PADAL can wakup the radar from deep sleep? Is it possible that I use (3) method but just write some MCSPI register value than I can implement this function?