This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CC310 support under FreeRTOS

Hi,

I'm in the early stages of developing a BLE peripheral device that requires the use of the CC310 CryptoCell on an nrf52840-DK board.

I have managed to implement a basic BLE service by modifying the blinky example with elements from the nrf_crypto_ecdh_pca10056 project.

So far so good.

The next step was to port the prototype service to work under FreeRTOS and this is where I' starting to hit some hurdles.

I have managed to isolate the failure to occur on a call to CRYS_ECMONT_Scalarmult() which is due to the application calling nrf_crypto_hkdf_calculate().

I have tried using the non interrupt version of the SDK as suggested here, however with no luck.

The SDk version I'm using is: nRF5_SDK_15.3.0_59ac345

So my questions are:

  1. Does the SDK provide support for the CC310 Crypto Cell under FreeRTOS
  2. If so what are the main configuration steps needed to enable this? Are there any example project available?

Thank you very much in advance.

dj

Parents Reply Children
No Data
Related