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.

CC1350: All config, tracking and led_toggle requests not working, when POWER_MEAS enables in Node.

Part Number: CC1350

Hello All,

I am working on Low power mode on CC1350 and linux based gateway.

I have enabled POWER_MEAS feature in my code in order to achieve low power.

My Node is joining gateway and sending data based on set reporting interval.

But i am not able to get any request from collector like config, tracking, toggle_led.

When i disable POWER_MEAS from my code, the problem got solved and i was able to get proper requests from collector.

Now my question is what makes it disable in POWER_MEAS mode.

Because i want to use both requests as well as POWER_MEAS.

Any suggestion will be really helpful.