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:
- Does the SDK provide support for the CC310 Crypto Cell under FreeRTOS
- 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