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

Unable to utilize Crypto Hardware backend feature on nRF52840 Dongle

Hi,

I m using nRF52840 dongle to setup the nRF5_SDK_17.0.2 .

Besides, the related software and the Segger Embedded Studio are installed.

 

Occurred Problems :

When enabling Crypto Hardware backend feature on nRF52840 Dongle, I’ve got some errors below.

To tackle with those errors, I try to solve them according to the reference link,
however I still have some questions:


1. Is it possible to set the NRF_CRYPTO_BACKEND_CC310_ENABLED  define to 1?
( Should nRF52840 dongle be included in nRF52840?)

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_config.html

2.If setting the NRF_CRYPTO_BACKEND_CC310_ENABLED  define to 1 is feasible,
how to solve those errors which seems like an “undefine reference” problem?

I’ll be very appreciate if anyone can answer those questions.

Parents Reply
  • Hi,

    Please make sure you are have the same crypto related configuration settings and source files as in the ECDSA Example (\nRF5_SDK_17.0.2_d674dde\examples\crypto\nrf_crypto\ecdsa). The linker errors indicate that you either missing some of the necessary source files, or that these files have not been enabled in sdk_config.h

Children
Related