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

How to stop the random number generator ?

Hi,

In my app , using SD130 , when i check the registers state while debuging i find that the RNB is powered on.

  1. Do the SD130 power it on automatically? (because i didn't activate it !!! i don't even know how)
  2. Is it mandatory to activate it ? because i'm trying to save current as possible as i can.
  3. How can i put it off ? using the suitable softdevice API. ? because i used NRF_RNG->POWER = 0; before activating the Softdevice, but the RNG keeps working ..
Related