I have been doing some low power suspend work with the A8_1_01_xx 35xx BSP.
About 2/3 of the time it goes into off mode suspend correctly.
I have the debugsuspend flag set.
About 1/3 of the time, or so, it wakes right back up after entering off and I get a "Wake do to SYSINTR -1"
According to Madhvi's suggestion in another post, I commented out:
//if (!OALPowerWakeSource(sysIntr))
// continue;
Now I see Wake do to SYSINTR 17.
Which translates to IRQ 37 or the GPTIMER1 ..the OS timer.
Why is this? Shouldn't this interrupt be masked off before entering "off"?