Hello,
I got a NRF52840 and want to use the BLE S140. On the application I want to use the CC310 random number generator.
- The S140 specification states that S140 uses the RNG peripheral.
- The sdk_config.h (SDK v15.2 ) is configured to use the CC310 generator as backend ( NRF_CRYPTO_BACKEND_CC310_RNG_ENABLED) .
- Can I use the nrf_crypto libarry functions nrf_crypto_init() ; nrf_crypto_rng_vector_generate() to generate random numbers with the CC310 and use the S140 at the same time?
- The cryptocell Random Generator API defines CRYS_RND_mode_t but no function to set a mode ? Or did I miss it some where ?
- What modes does the nrf_crypto lib use when CC310 is configured as backend ?
- How can I have access to the TRNG of the CC310?
- Is the more documention of how the known answer tests CRYS_RND_EnterKatMode() work, respectivly how to use them ?
- Is the TRNG tested to be random under temperature / SEU effects?
Best regard
Stefan