Error when calling crypto_backend init_fn

On my nRF52840 with SD 17.1 through nrf_crypto_init the function p_backend->init_fn() is called.

The only backend I have enabled is CC310 via setting

CFLAGS += -DNRF_CRYPTO_BACKEND_CC310_ENABLED=1

in Makefile.
The Issue is that this always yields an error, which cannot be decoded properly:
<error> app: app_error_print():

<error> app: Fault identifier:  0x1001

<error> app: Program counter:   0x38512

<error> app: Fault information: 0x1
What could be the reason for the init function to throw an error=
Cheers!
Parents Reply Children
No Data
Related