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

power for radio state DISABLED

It appears the nRF51822 Product Spec does not list the current nor power for the radio DISABLED state. The Reference manual description of the state is “No operations are going on inside the radio and the power consumption is at a minimum”. I understand it is minimum but what is the actual value?

Expanding on the radio states, when the radio is unpowered, that is NRF_RADIO->POWER = 0, do radio registers retain their value? Is it valid to read and write the radio registers when the radio is off, NRF_RADIO->POWER = 0?

Related