Hello,
I have a problem with the I2C peripheral on my nrf53840.
I enable i2c driver on my project and read sensors on the bus. Everything is OK. Then when with Power management I disable i2c for low power but i have an extra consumption of ~60 ua.
If I enable i2c driver but do not transfer with the sensor and apply Power management, the consumption is OK. The problem seems to be appearing only after a first i2c transfer (Read or Write).