2022-05-19 10:53 PM
please share with example
Solved! Go to Solution.
2022-05-20 06:26 AM
Hi @SJosh.9 ,
the L476 doesn't have AES HW accelerator. You need to use Sw implementation. I recommend trying the mbed crypto library. (SSL Library mbed TLS / PolarSSL)
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-05-20 06:26 AM
Hi @SJosh.9 ,
the L476 doesn't have AES HW accelerator. You need to use Sw implementation. I recommend trying the mbed crypto library. (SSL Library mbed TLS / PolarSSL)
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-05-20 06:47 AM
AES128 implemented in C should work on all platforms with a C compiler.
Find an implementation online you are comfortable with integrating yourself.
2022-05-20 04:47 PM