Other Parts Discussed in Thread: ENERGYTRACE,
I have a NoRTOS firmware running on CC1310 Launchpad. I measure the power consumption with EnergyTrace and a CC1312 Launchpad: I connect only the 3.3V and GND of CC1310 to CC1312 and start the measure (no other pins are connected to CC1310 or CC1312).
When firmware goes into sleep I see a "Mean current" of 8.8uA with "Max current" of 12mA. The firmware is using RF, ADC, external flash (of the launchpad), UART, Battery monitor, a timer and some digital IOs. I stop RX on RF, close ADC, stop timer, disable battery monitor, before going to sleep.
1) are the consumption I see normal? I expect lower consumption according to datasheet
2) is there a way in the firmware to know if something wakes up the chip during sleep. Just to know if I left something enabled that cause 12mA spikes during sleep
This is the current trace I have during sleep
Thank you