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

nrfxlib: Nordic Security Backend

Hi,

I'm trying to use the Nordic Security Backend, such that a change to CC-312, if availble soon, would be easy. However I get following error after enabling

CONFIG_NORDIC_SECURITY_BACKEND=y
:

/path/to/nrf_connect_sdk/nrfxlib/nrf_security/src/backend/nrf5x/entropy_nrf5x.c:11:15: error: unknown type name 'defined'
   11 | static_assert(defined(CONFIG_ENTROPY_GENERATOR), "CONFIG_ENTROPY_GENERATOR is not enabled.");
      |               ^~~~~~~

It works on compiling for nRF52840, but fails also on nRF52832.

Parents Reply Children
Related