Other Parts Discussed in Thread: SYSCONFIG
Good day TI team,
Summary: We are expecting one example to test and utilize the standby current consumption.
Details:
Our application requires overall current of 30uA.
We choose CC2340R52RKP as it looks consume current in nA.
Our application will active for 1-3 ms and then sleep around 997ms.
We tried sleep and usleep with the example simplelink_lowpower_f3_sdk_9_12_00_19\examples\nortos\LP_EM_CC2340R5\drivers\empty using CC2340R5-LP.
We measured the current but looks oscillating.
- While first time measuring using DMM,
Sleep implies 0.22uA
LED ON implies 1540uA
- After adding I2C on top of this , oscillating up to 270uA without LED ON.
Here sleep looks consumes 270uA.
Please clarify that is sleep = standby or not?
And then
From CC2340Rx datasheet – page 53,
Understanding is there is no timer based standby mode, come out from standby mode via LP-COMP or pin reset.
Moreover, sleep and usleep is based on vTaskDelay() functionality , it looks RTOS based.
So that got confused that
Whether sleep or usleep is actually standby or not?
Also,
Please suggest one example without RTOS to test standby mode or any other low power mode example.
Thanks
Selvam
