Hi,
I am using CC2640R2F as RC_OSC setting as we use internal RC as clock source.
We are using simplelink_cc2640r2_sdk_2_30_00_28 SDK and host test as an example for end application. There is one of the test process Sleep mode current check we are using for production purpose so we have implemented customized command that will send from host to CC2640R2F to enter in sleep mode and we have used following two APIs to enter in sleep mode.
Power_releaseConstraint(PowerCC26XX_SB_DISALLOW);
Power_releaseConstraint(PowerCC26XX_IDLE_PD_DISALLOW);
With this API CC2640R2F enters in sleep mode and consumes approx 500uA current and its consistent for every device but one more test in production we use is crystal calibration and that is why we enable CAP array and writes some CAP array value according to remove frequency offset but issue is that once we enable CAP array sleep mode current increases to 3 times approx around 1.8mA from 500uA.
How to sort out this issue and what could be the problem?
Regards,
Bhavin


