6 years, 10 months ago.

RNG support on nRF52832

Hi,

I can't seem to find a way to use the nRF52832's hardware RNG module. I tried using the native mbed-os/targets/TARGET_NORDIC/TARGET_NRF5/TARGET_SDK13/drivers_nrf/rng/nrf_drv_rng.h header, but then I found out that SDK13 is not used for the nRF52832, only for nRF52840, and the TARGET_SDK11 folder does not contain those files.

I've checked the official Nordic documentation: the official Nordic SDK 11 does include RNG driver. Is it possible to include it in the mbed release? Is it possible to migrate the mbed configuration for the nRF52832 chip to SDK13?

Be the first to answer this question.