I am trying to program my Zigbee device to enter to LITE SLEEP, but I do not know if I am doing it correctly.
To enter the LITE SLEEP mode in OnBoard.h I go to #define OSAL_SET_CPU_INTO_SLEEP(timeout) halSleep(timeout), and in the halSleep part I put instead the timeout the time.
The maximun time I am able to obtain in Sleep Mode is over 20 seconds but in the Power Management For The CC2430dB document I see the maximun time is 512 seconds.
I suppose I am doing something wrongly, could you help me?
Thanks