Hello everyone,
I am using NRF52840 development kit. I am trying to migrate my developed code from SDK version 15.0.0 to SDK version 17.0.2.
While compiling the DFU firmware I got this error:-
error: #error The configuration NRF_CRYPTO_BACKEND_CC310_BL_ECC_LITTLE_ENDIAN_ENABLED was removed in SDK 15.1.0. Please see release notes for details on removing this error message.
I checked the files of 15.0.0 version, the code is a bit different from that in SDK17.0.2. I am getting the above error while compiling all the .c files from the folder "RF5_SDK_17.0.2_d674dde/components/libraries/crypto/backend/cc310_bl"
Any ideas on how to solve this error?
