Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: ENERGYTRACE
Hello,
I'm testing multi_role example using CC13x2_26x2 SDK 5.10.00.48. I wanted to check the device's idle current consumption using EnergyTrace. In the Main() I've commented out all tasks:

So that the device will stay in Idle mode. However, when testing with EnergyTrace (and following the guide SWRA478D - Measuring CC13xx and CC26xx current consumption) I get power spikes about every 800ms:

This is obviously the RTOS scheduler waking up to do something but I don't know what or how to control it. I can't imagine this is simply to advance the system clock since the current jumps to about 10mA.
I've set up the Power module with syscfg to use PowerCC26XX_standbyPolicy and disabled RCOSC calibration. I'd appreciate if you could tell what causes this wake up, and if there's a way to disable or control the time interval in which it is performed.
Eyal