Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
I'm using IWRL6432BOOT(ASSY REV A1, Silicon REV ES2.0) and MMWAVE_L_SDK_05_05_03_00.
I'm testing on waking up MCU from LPDS by using GPIO input.
The first try I did was running example code in MMWAVE_L_SDK_05_05_03_00\examples\drivers\power\power_modes\xwrL64xx-evm\m4fss0-0_freertos\ti-arm-clang.
There was no probelm in building binary image with SDK and flashing that binary image on my EVM, without any change in SDK.
After the board is reset, I got messages below on my serial terminal.
*** Power Management Options : ***
1) for LPDS.
2) for Idle Mode.
Please select Power Management mode :
After I entered "1" to make my board LPDS mode, I got message below.
Entering LPDS....
With this message output, I pressed S3 button and I noticed the D7 LED (USER_LED) was blinking.
(SW1.6 was OFF position)
The behaviour I expected was that board waked up immediately with my button press.
But the actual result was not.
My board waked up after a few tens of seconds from the time I entered "1" and the board waked up with the message below.
Idle State is taken as the LPDS Threshold is 30000 ms but avaialble idle time is 50000 ms!!
Is there any thing I mssed?
How can I make my board wake up immediately with GPIO input?
Thanks