I am attempting to use libmbedcrypto.a from the Thread/Zigbee SDK version 3.2.0. I am linking it from:
external/openthread/lib/nrf52840/gcc/libmbedcrypto.a
and yet I am getting undefined reference errors for the function mbedtls_pk_write_key_der. What do I need to do in order to have this mbedtls function available? It appears in the corresponding pk.h file in /external/openthread/include/mbedtls.
Thanks in advance