Hi,
We've created a custom board using the CC2640R2L and some other peripherals connected over SPI. This part is battery powered, so Power Consumption is very relevant.
The SPI communication is working as expected and I can put the devices into its low power states (with power consumptions rated below 5 µA). However, we've measured our power consumption when everything is in Low Power to be over 200 µA.
After doing some tests, I've seen that I can lower my Power Consumption if I disable the UART (using UART Display for some debugging outputs) & I close the SPI Communication. In this case, my power consumption goes to around 80 µA.
Looking in the Power Consumption Summary of the CC2640R2L Datasheet, I can see the currents taken by the peripherals: UART =164 µA &SSI = 93 µA, but there's also the note "Iperi is not supported in Standby or Shutdown).
From my understanding, SPI & UART should not affect my Standby consumption. Do you have any comments on this? Is this the expected behaviour?
Thank you and best regards,
Patrick