I'm developing battery powered Zigbee End Device on SDK 4.2.0. I need to be able to receive commands from Zigbee Coordinator so I'm using SYSTEM ON sleep mode.
Right now I have "good enough" sleep current consumption, but I'm trying to improve it. Right now I have sleep current about 140uA, minimal is 74uA and peaks 2.5mA
So the only way to lower avarage current consumption, that I see, is to increase time between peaks.
My questions is:
1. What does this peak delay(25 ms) depend on?

2. Can I change this time? I have zb_osif_sleep(100).
