Hello,
Im trying to get my system on idle current as low as possible on my nRF52840.
I am testing this with a program with just k_sleep() in the main function, nothing else.
I noticed that when I add CONFIG_I2C=y, the idle current rises by about 7uA. why is that and how can I get rid of the extra current?
adding to that, I found out that enabling CONFIG_BOOTLOADER_MCUBOOT=y adds a lot of noise and about 500uA of extra current. I dont get why though, as this option really only adds the bootloader to the image? Does McuBoot configure something and then doesnt turn it off?
to test, just use the system off demo and remove everything except for the k_sleep.
Kind regards,
Jonas Woerner