Hello,
I am trying to benchmark the CC310 cryptocell on the nRF52840. I am testing the ECDSA example (examples/crypto/nrf_crypto/ecdsa). I can run the code fine with the CC310 backend. However, if I change the backend to mbed tls in the sdk_config then there is an error when running the code on the nRF52840 (0x8503)
"Error 0x8503: The function was called with a feature that is unavailable
<error> app: Fatal error"
The same issue happens with Oberon and also with other examples such as ECDH.
Do you know what could be the issue?