This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC26X2R1: Building aThread cli-ftd example

Part Number: LAUNCHXL-CC26X2R1

Tool/software: Code Composer Studio

Hi!

Trying to build a cli-ftd example from SimpleLink CC26x2 SDK v2.20.00.36, and build fails on aes_alt.c claiming that 'struct "unnamed" has no field "cryptoKey"' and 'struct "unnamed" has no field "keyMaterial"'. Looking through aes_alt.h (I though that is alternative AES implementation using chip hardware encoder/decoder) I've found that struct {} mbedtls_aes_context really doesn't have such fields. What I should do to correct this issue?