This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to reduce power after enable twi?

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,
 

Parents Reply Children
Related