Hi,
I am working with nRF51 for my application. I do not use softdevices. I need to have a random variable in my code. I have read Reference Manual and I have found that random numbers can be made by RNG. Some registers are described in documentation for the RNG, but nothing more. I do not know how to use them in order to give a random value to my variable in main. Can anybody help me with that?