Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK
Hi,
Two questions:
1) I have an application based on the TI15.4 Sensor example. Current consumption after POR is about 3.72mA. After I attempt to join a network, this drops to around 2uA. I have determined that if the mac is asked to scan then the processor will transition to low power mode as required. However, I need this low power state straight out of POR. If I place:
Power_releaseConstraint(PowerCC26XX_SB_DISALLOW); Power_releaseConstraint(PowerCC26XX_DISALLOW_STANDBY);
At the very top of main() then it will go to low power after POR as required. However, if I wake the processor without calling a mac function then the power returns to 3.7mA, again, till I call a mac scan.
Do you know what can be done to solve this?
*I think that the RF is in SynthAct state on POR, but I am having many difficulties with Energy Trace so this may not be true. It would explain the extra current though.
2) Once the processor is in low power mode I see a pulse every 1s around 200uA. I'd like to know what this is and if this can be disabled.