Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using Crypto-Frontend together with Softdevice in SDK15

Hi DevZone,


Is there an example implementation in SDK15 using Crypto-Frontend and Soft-Device together?
I have been trying for days to merge two examples (tried to import softdevice [S140 version6] from other example into nrf_crypto_aes_ctr_pca10056), without success. I run from one error message to the next

Parents Reply
  • I try to import the Softdevice-Settings from an BLE-Example (BLE-UART I think) into the AES-CTR example (SDK-Path: \examples\crypto\nrf_crypto\aes\aes_ctr)
    My error-message:

    components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c:49:12: error: 'NRF_SUCCESS' undeclared (first use in this function)

    Seems that I have to change the settings in the crypto-example for using softdevice. "nosd" stands for "no softdevice" right? What needs to change, for working with softdevice in this case?


    A completed implementation would probably be more useful instead of importing the softdevice to an implementation without. 
    Another possibility could be importing the Crypto-Frontend into an example-project which contains the softdevice.

Children
Related