Other Parts Discussed in Thread: SYSCONFIG, ENERGYTRACE
Hi
I have a code that sends a udp message every 20 seconds. The radio is configured as sleepy end device with poll period of 5000 ms. There are also a few other tasks that handle LED, buttons etc.
In the Runtime Object View, the tasks are as follows:

In sysconfig, the power configuration is as follows:

However, it seems that the LP is never entering standby mode. I am not sure of a definitive way to check for this. So, I started tracing the flow in debug mode and step execution. The flow reaches here:

In the standbyPolicy function, the value of the variable 'constraints' is always 4 and as such, it does not enter this if condition:

Am I missing something?
How can I definitively know if the system is entering standby?
How can I make the system enter standby or at least find out what it blocking it?
Regards
Vivek







