nRF51822
S130
SDK11.0
The power consumption immediately going up high to 1MAH once I enable TWI using this code:
NRF_TWI0->ENABLE = TWI_ENABLE_ENABLE_Enabled << TWI_ENABLE_ENABLE_Pos;
Our product requires the power consumption under 0.5MAH at working time. Please help me out here.
I used the twi_hw_master.c from SDK / components/drivers_nrf/twi_master/depreated/twi_hw_master.c
Thanks,