Hi,
Trying to implement ECDH I struggled creating the random seed. Using Nordic Security Backend and Vanilla Mbedtls on the nRF5340 I get the following errors:
Minimal non working example:
prj.conf
main.c
I assume there is an error or in my configuration, or in the Nordic Security Backend - since it seems that <mbedtls/entropy.h> does not work correctly.
Following change lets the example compile (but is not what I want, since I later woud like to change to CC-312):
prj.conf