Hello,
In my application I use NRF52840 with SDK 16.0.0 and softdevice 7.0.1. I want to add ECDH algorithm to my project using ECDH example in the SDK, but nrf_crypto_ecc_key_pair_generate gets a runtime 0x8515 error code, which is defined as NRF_ERROR_CRYPTO_ALLOC_FAILED.
Is it caused by using softdevice and ecc libraries together as mentioned here?
If so, is there any other way for me to add ECDH to my project without using timeslots, like any other library that I can use to generate ECDH keys, that doesn't have conflicts with softdevice?
thanks.