Hello, I use EV-board PCA10040 and run I2C demo on path nRF5_SDK_11.0.0_89a8197\examples\peripheral\twi_sensor\pca10040. I measured the current over 5.7mA .if modifing the demo and transfering data one time only. after transfer finished , the current change to 0.04mA from 5.7mA. the I2C driver seem have some issue for transfering data continuly. even through I try to modify the transfering data interval to 1000ms from 100ms. The current still keep over 5.7mA. But the doc nRF52832_PS_v1.0 specify the current is about 50uA when runing I2C. how to reduce the current for runing i2c? Thanks.