I'm trying to migrate to SDK15.0 (from 14.2) for the nRF52_DK and nRF25840_DK. Using the new nrfx_rng.c driver I'm getting a link error as a few functions can't be found:
[Warning] trng_api.c@93,0: #223-D: function "nrf_drv_rng_bytes_available" declared implicitly
[Warning] trng_api.c@97,0: #223-D: function "nrf_drv_rng_block_rand" declared implicitly
[Warning] trng_api.c@106,0: #223-D: function "nrf_drv_rng_rand" declared implicitly
Is there a reason these aren't defined in nrfx_rng.c? In the 14.2 SDK these are in nrf_drv_rng.c and I'm surprised that I need to include the legacy source file. Am I missing something?
Thank You,
Ralph