Part Number: CC1310
Other Parts Discussed in Thread: ENERGYTRACE, , CC1350
Hello!
Then Sensor controller is enabled, current consumption rises to 2uA in Standby mode.
I run SC task every second. Even then SC Execution task is empty (zero lines of code) - current rises to 2 uA in Standby mode on cc1310 4x4. On cc1350LP all ok - 1 uA.
Then i run SC task every 10 seconds on cc1310 4x4 - current drops to 1 uA. Without SC (and before first execution of SC task) current - 0.7 uA.
I inserted this code in "pinStandby" example:
scifOsalInit();
scifInit(&scifDriverSetup);
scifStartRtcTicksNow(0x000A0000);
scifStartTasksNbl(BV(SCIF_EMPTY_TASK_ID));
Power log from EnergyTrace for SC task executed every 10 seconds:
My SC empty project: 8637.Empty.scp.zip
