This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Migration from SDK15.0.0 TO SDK17.0.2

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?

Parents Reply
  • As you said I disabled the following defines,

    NRF_CRYPTO_BACKEND_CC310_BL_HASH_LITTLE_ENDIAN_DIGEST_ENABLED
    - NRF_CRYPTO_BACKEND_CC310_BL_ECC_LITTLE_ENDIAN_ENABLED
    - NRF_CRYPTO_BACKEND_MICRO_ECC_LITTLE_ENDIAN_ENABLED
    - NRF_CRYPTO_BACKEND_NRF_SW_HASH_LITTLE_ENDIAN_DIGEST_ENABLED

    code compiled properly but DFU OTA is not working now. please help me

Children
Related