Hello,
In my App I config this:
le_ulpm_BootOnTimer(180);
le_ulpm_BootOnGpio(36, LE_ULPM_GPIO_OFF);
le_ulpm_BootOnGpio(38, LE_ULPM_GPIO_LOW);
then by AT commands I can see:
AT!POWERWAKE?
!POWERWAKE:
TIMER: 180
GPIO38: 2
OK
then, I turn ON GPIO36 (36 not 38) when the system is still wake and then AT commands answer this:
AT!POWERWAKE?
!POWERWAKE:
TIMER: 180
GPIO36: 5
GPIO38: 5
OK
Why turn On a not used gpio can that change the wake up contiguration?
Why pass to 5? on legato, 5 is off but in At commands, 5 is Both (rising or falling)
thanks