This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Obtaining less then 50uA with 52840 dongle and PPKII

Hi,

after fixing a missing ground in my setup (see devzone.nordicsemi.com/.../interaction-jlink-and-power-profiler-ppkii) I have not been able to get less than 50uA of idle current on the 52840 dongle, when it should be around 2-3 uA. My main.c is

#include <zephyr.h>
#define SLEEP_TIME_MS   10000
void main(void)
{
	while (1) {
		k_msleep(SLEEP_TIME_MS);
	}
}

and I use CONFIG_SERIAL=n in prj.conf. I guess I have read almost all posts here on the forum about low power modes, but I could not find anything similar. I have tried the PPKII in source and in ampere meter mode (using a 3V battery), the USB is not connected and power is supplied using VDD Out pin with SB2 cut and SB1 soldered. I have measured with the debugger disconnected and done a power reset after disconnecting. All with the same result, around 50uA of mean current at 3V.

When using source mode on the PPKII I can drop the voltage to 1.9V and then I get around 15uA. Why should the current drop with the supplied voltage?

From the schematics the 52840 dongle does not have any passive elements which could source current (apart from the leds and , so I'd suspect power consumption coming from the SoC itself. But I have even measured 50uA @ 3V using

pm_power_state_force((struct pm_state_info){PM_STATE_SOFT_OFF, 0, 0});

which should be the lowest power mode possible. I am really stuck with this, any help appreciated!

Parents
  • Unfortunately, these values seem strange indeed, and it looks like your PPK is damaged indeed, and it has likely been subject to an incorrect setup or too high voltages somehow. Can you upload a high resolution picture of your PPK so we can take a look at it?

    I have asked one of our other PPK experts for a second opinion as well as I'd like to make sure before declaring your board as broken beyond repair, but they're out of office until 3rd of January, so the conclusion will take a while. Thank you for your patience

    We will be short on staff during the Holiday period, and delayed replies must be expected. We will be back to full staff on January 3rd. Happy holidays and happy new year!

    Best regards,

    Simon

Reply
  • Unfortunately, these values seem strange indeed, and it looks like your PPK is damaged indeed, and it has likely been subject to an incorrect setup or too high voltages somehow. Can you upload a high resolution picture of your PPK so we can take a look at it?

    I have asked one of our other PPK experts for a second opinion as well as I'd like to make sure before declaring your board as broken beyond repair, but they're out of office until 3rd of January, so the conclusion will take a while. Thank you for your patience

    We will be short on staff during the Holiday period, and delayed replies must be expected. We will be back to full staff on January 3rd. Happy holidays and happy new year!

    Best regards,

    Simon

Children
No Data
Related