Hello Nordic team,
I'm currently developping a project that uses the nrf52840 as an HTTP server/client on top of its Bluetooth functionnalities.
I'm looking into implementing the Transport Layer Security (TLS) using the CC310 crypto-cell to lighten CPU charge.
I've read the documentation about the Nordic Security Module, from nrfxlib git repository : https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_security/doc/nrf_security.html
It looks like the perfect module for my needs but my entire project uses Segger Embedded Studio organisation in the same way the nRF5 SDK v15.3.0 examples do.
Questions:
Do you have an example for the Nordic Security Module for Segger Embedded Studio ?
If not do you have any tips on how to add the CMake example from https://github.com/NordicPlayground/nrfxlib/tree/master/nrf_security into an existing Segger project ?
Thanks in advance !
Aloïs KYROU.