hello . i tested the sample for the persistance key it worked with the AES key . But when i tried with the EDDSA key i received that error psa_generate_key failed! (Error: -134).
############### main.c ################
hello . i tested the sample for the persistance key it worked with the AES key . But when i tried with the EDDSA key i received that error psa_generate_key failed! (Error: -134).
############### main.c ################
Hi,
-134 is PSA_ERROR_NOT_SUPPORTED. I suggest debugging a bit to see more precicely why and where this error come from.
I am not able to build this as the main.c content is not complete. Can you upload the complete modified sample you are using? (You can either upload in a zip via Insert -> Image/video/file, or insert the filte content. Note that code can be inserted via Insert -> Code to be more readable). Also, which SDK version are you using?
Hi,
-134 is PSA_ERROR_NOT_SUPPORTED. I suggest debugging a bit to see more precicely why and where this error come from.
I am not able to build this as the main.c content is not complete. Can you upload the complete modified sample you are using? (You can either upload in a zip via Insert -> Image/video/file, or insert the filte content. Note that code can be inserted via Insert -> Code to be more readable). Also, which SDK version are you using?
i fixed the Problem in the nrf5340dk_nrf5340_cpuapp.conf : the