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

Using wolfSSL software package with nrf51DK

Packages I am using:

  • wolfSSL->CyaSSL->CORE

  • wolfSSL->WolfCrypt->CORE

  • Third Parties->RTOS->RTX

** Could someone point me to documentation about getting this up and running in Keil. If it is not straightforward/compatible using Keil, what would be a good compiler/IDE for development and debugging. P.S. Right now, I am not using BLE software stack, but eventually I intend to.

** In FILE: wolfSSL package->config.h : This file has the MACRO "#define CORTEX_M3". Since, I am using M0, will this be a problem?

** In FILE: wolfSSL package->settings.h : This file has various "#define" to pick the right platform. Which one should I pick for nrf51DK.

Related