nRF5340 Bluetooth peripheral_hr sample high power consumption #25434
Labels
area: Bluetooth
Enhancement
Changes/Updates/Additions to existing features
platform: nRF
Nordic nRFx
Describe the bug
Average current consumption of peripheral_hr sample in application CPU and hci_rpmsg application in network CPU, is ~2.5 mA. It appears the nRF5340pdk starts with idle current of ~14uA, but after sometime (in the image below ~24 seconds, but this is random), the base idle current increased to ~2.5 mA.
It appears the kernel does not sleep after one of the 1 second wake up as seen in the below image:
![image](https://user-images.githubusercontent.com/6350656/82286920-2fdbb880-999f-11ea-88e9-71f46d6de96c.png)
To Reproduce
Steps to reproduce the behavior:
in the prj.conf file, have the below:
CONFIG_BT_DEBUG_LOG=n
CONFIG_LOG=n
CONFIG_CONSOLE=n
CONFIG_SERIAL=n
cpunet application
cpuapp application
On the nrf5340pdk cut SB40, connect the nRF PPK daughter board and using nRF Connect for desktop v.3.3.3 Power profiler software measure the power consumption.
Expected behavior
idle currents should remain low
Impact
showstopper
Screenshots or console output
If applicable, add a screenshot (drag-and-drop an image), or console logs
(cut-and-paste text and put a code fence (```) before and after, to help
explain the issue.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: