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.

CC2530: Inactivity Timers in Routers

Part Number: CC2530

Hi. Are there any timers that run in the SampleLight program for a router that start running when there is no activity/events going on (i.e. On/Off)? I have an issue where after no activity over a set time, the router does not run in the even loop in zcl_samplelight.c anymore. I checked this by placing a breakpoint in there. After inactivity for a set time, the breakpoint no longer hit in the event loop. Why is this so and how can I fix it?