In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA
Is there any config need to address? please provide debug steps
In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA
Is there any config need to address? please provide debug steps
Hi Priyanka,
Thank you for you response.
Are you using the COEX related pins? If you are not using them, then it's better to configure them as disconnected inputs in the dts or explicitly set as inputs with no pull resistors in your application.
We are using both BLE and Wifi, so COEX is needed right?
We };
Above coex configuration is in zephyr.dts file
We put external flash in suspend mode.make sure that the external flash is in a deep sleep mode.
Hi Priyanka,
Any update on previuous command?
Hello,
My colleague Priyanka is on leave now. It's holiday season here in Norway. Sorry for the late reply.
I suspect that GPIOTE IN is used for interrupts on your setup, then this will cause higher sleep current. Could you please check this?
Hi,
Thank you for your response.
Yes, In our application we using 5 GPIO interrupt, Where 4 pin are PULL UP and 1 pin is pull down in hardware side.
In software wise, we using port rather than GPIOTE to save current.
Here I share the software configuration of the pins in overaly FYR Please reviwe provide your feedback.
Hello,
What is the base-current consumption of your board when everything is in sleep mode?
You have flash and i2c on your board. So, there must be some added current from other parts of your custom board.