This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-CC2652R7: Enter standby mode

Part Number: LP-CC2652R7
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