psa_generate_random() returns PSA_ERROR_NOT_SUPPORTED

When I changed SDK v2.2.0 to v2.6.0 we are facing this issue can u provide information regarding this.

I have enabled necessary configuration in prj.conf file

# Enable nordic security backend and PSA APIs
CONFIG_NRF_SECURITY=y
CONFIG_MBEDTLS_PSA_CRYPTO_C=y

CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=8192
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y
Parents Reply Children
Related