Hi,
I'm evaluating the new nRF5340-PDK and trying to put the device in low power mode. My steps so far:
- Cut SB40 to allow measuring current via P22.
- Connect power measurement equipment to P22.
- Build an example application from the SDK with the command
west build -b nrf5340_dk_nrf5340_cpuapp
- Program the binary via the command
nrfjprog -f NRF53 --eraseall nrfjprog -f NRF53 --program <example path>\build\zypher\\zephyr.hex
- Reset the board via SW5.
The examples are built and programmed successfully (I can see the expected prints on UART).
However, I do not see any significant current changes when the applications are active or idle. My highest measurement is 3.40mA while the lowest is 3.28 mA.
I've tried using the zephyr\samples\subsys\power\device_pm and nrf\samples\nfc\record_text samples, both with the same results.
Am I missing some configuration during the build phase? Should I add some code to put the system into low power mode explicitly? I would have expected it to happen implicitly by the kernel once there are no active tasks.
Thanks,
Michael.