mbedtls_backend_aes.h No such file or directory

As the title describes, I am getting that error. I am using nrf sdk 17.1.0 on an nrf52840, developing in SES. I have enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED, and NRF_CRYPTO_BACKEND_MBEDTLS_AES_CBC_ENABLED, but my nrf_crypto_aes.h throws that error even if I personally include it in main.c and the file is in my project and included (the option to exclude is showing ergo it must be included).

Parents Reply Children
Related