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 Lavanya,
Do you have any peripherals connect to the 5340? Have you made any hardware changes?
Regards,
Priyanka
Hi priyanka,
Do you have any peripherals connect to the 5340?
In our custom board, nrf7002 is connected to 5340 but we keep it OFF by hardware control.
Then we have one capacitve interrrupt connected to 5340, we have isolate the interrupt and then measures reduced to 0.46mA.
Hi Lavanya,
Here are a few of my suggestions:
PLease check that all the unused GPIOs are properly configured. And also ensure that all peripherals that are not used are disabled. Is your firmware configured to low power modes? When the nRF7002 is connected to the nRF5340, even if it's OFF, this can still affect the power consumption.
Regards,
Priyanka
Hi Priyanka,
Thank you for your support.
Somehow we manage and reduced the current measurement in our board. Below are the current consumption measurements and challenges we are facing:
Current Consumption:
Application Details:
Issue:
The nRF5340 sleep current documentation indicates consumption as low as ~5 µA in many scenarios. However, we are seeing 30 µA, which seems higher than expected.
Could you please clarify this?
Debugging Observations:
We measured voltage on various pins during sleep and observed:
Could this be causing the higher current consumption? If so, what steps can we take to mitigate this?