Other Parts Discussed in Thread: ENERGYTRACE, , CC2652R
Tool/software: Code Composer Studio
Hi there,
I'm currently using CC26X2R1 LP to develop a project.
The working routine works as follow:
RTC trigger -> Sensor controller ADC sampling -> Main core wakes up and processing -> BLE transmission.
When i'm trying to use Energy trace to estimate the current consumption, I found that in sleep mode, the current is always around 275uA.
Then I imported the empty project and deleted the LED blinking code. Besides, I added a Idle task and put Power_idleFunc(); Into the Idle task.
However, the current is still around 275uA.
The screenshot shows my edited edition of empty project and the current from EnergyTrace.
By the way, I was wondering if the main core can wake up from standby mode via the sensor controller event or not, and if not, which mode can give me the lowest power consumption in this case?
Configuration:
SDK: 3.10.01.11
CCS: 9.0.1.00004
2pin-Jtag onboard debugger.
Free-run. (Not resume)
No extra circuit or wires are connected to the board.
Thanks a lot