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

Should I manually disable peripherals to minimize power consumption?

Hello

Quick question. With the nRF51, When in System On mode, should I manually disable peripherals to minimize power even if I'm not using the peripheral in question?

For example, if I'm not using the SPI0 peripheral, should I disable it with "NRF_SPI0->POWER = 0;" during start-up? And should I do this for every single peripheral I am not using or is there any point?

Thanks

Related