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

How to enable and disable peripheral like twi to save power?

Now with the twi_hw_master.c with softdevice, I enable the twi on the start of twi_master_transfer and disable it at the end of twi_master_transfer, but I found the twi can not transfer data correctly sometime.

Related