Is there a known way to enable MBEDTLS_THREADING_C? I believe my application is running into MbedTLS heap corruption because multiple threads are performing crypto operations. I'm using NCS 1.7.0 and the app is running on an nRF9160.
Is there a known way to enable MBEDTLS_THREADING_C? I believe my application is running into MbedTLS heap corruption because multiple threads are performing crypto operations. I'm using NCS 1.7.0 and the app is running on an nRF9160.
Hi,
Can you provide more information about your application and error log which shows the error?
Best regards,
Dejan
When the device my app is running on is charging, data is encrypted and sent out via BLE advertisements in one thread. The device also scans for some encrypted BLE advertisements, so the bt_rx_thread will decrypt some advertisements.
One error is sometimes I will see
hdr verify fail
Hi,
Can you share full error log?
Best regards,
Dejan