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.

CC1354P10: SimpleLink SDK: mbedTLS alt implementations broken when using C++

Part Number: CC1354P10


Tool/software:

The TI mbedTLS alt implementations all have guards for when included by a C++ file as seen here. However, sha256_alt.h and sha512_alt.h fail to close the scope properly as, for example, aes_alt.h does.

This means that the hardware accelerated implementations cannot be used, or even compiled, when using C++.