Hello all,
My nrf52820 board consuming high current in system off mode(56 uA) than mentioned in the datasheet(0.3 uA), for simple gpio code.
Can anyone help me solve this issue.
Thank you.
code:
proj.config:
Hello all,
My nrf52820 board consuming high current in system off mode(56 uA) than mentioned in the datasheet(0.3 uA), for simple gpio code.
Can anyone help me solve this issue.
Thank you.
code:
Hi,
I assume this is your custom board?
Which other logic do you have on your board? It is important that you set the GPIOs connected to external circuitry to its idle state, to avoid floating IOs during sleep.
Kind regards,
Håkon
My button configuration is shown below,
GPIO_OUTPUT_INACTIVE?Hi,
Yes, you should set all the GPIOs connected to external devices to their idle state.
For UART, this is usually logic '1'. You can configure the nRF GPIO as input, with pull resistor enabled for instance.
Kind regards,
Håkon
Hi,
Yes, you should set all the GPIOs connected to external devices to their idle state.
For UART, this is usually logic '1'. You can configure the nRF GPIO as input, with pull resistor enabled for instance.
Kind regards,
Håkon