Hi nordic team,
I am working on an application which uses crypto cell feature, wifi capability of nrf7002DK, mbedTLS etc. I proceeded my development after individually verifying each features on nrf7002dk (crypto cell, wifi, mbedTLS etc).
My current problem is that, psa_generate_key() failed to generate key and returns error code of -134. This is happening only if I integrate my complete application(crypto cell, wifi, mbedtls etc). If I run crypto cell specific changes alone it works and if I run along with wifi + mbedTLS changes it fails. I am not sure what causes this problem.
Just sharing my prj.conf below.
With below configuration crypto cell feature for private key generation is working as expected.
But when I add below configuration for enabling wifi & network, spa_generate_key fails with -134.
Can some one please tell me what should be the problem with key_generation and wifi network configuration.
Thanks
Vipin Das