Dear,
I followed the ticket below to set peripheral_lbs for nRF5340.
but still cannot see the 8uA in power consumption.Would you help?
I also use nRF5340DK and multi-meter to measure the current in ncs v1.6.1.
https://devzone.nordicsemi.com/f/nordic-q-a/79490/nrf5340-dk-low-power-configuration-issues
Attached my main.c and prj.conf and prj_minimal.conf.
at least I simply setup the BLE and handlers and then call:
for (;;) {
k_cpu_idle();
}
I am not sure whether need to add spm.conf and add add below change to the CMakeLists.txt
set(spm_CONF_FILE ${CMAKE_CURRENT_SOURCE_DIR}/spm.conf)
I also not sure whether need to make the 3 change below:
Would you teach me how to add if need ?
1...I have added hci_rpmsg.conf in a folder in named child_image as described, copied ncs\v1.6.1\zephyr\samples\bluetooth\hci_rpmsg in and changed LOG and SERIAL to n
2.Added the following to my prj.conf
CONFIG_PM=y
CONFIG_PM_DEVICE=y
3.Disabled Uart0 and Uart1 in nrf5340dk_nrf5340_cpuappns.overlay
&uart0{
status="disabled";
};
&uart1{
status="disabled";
};
4.CONFIG_PM
void pm_power_state_set(struct pm_state_info info)


