Hi, Everyone
My development environment is sdk15.3, nRF52840, Keil complier
The link error file is attached below.
Also I am going to use AES-CBC method.
Which example should I reference?
Please advise.
Alex
Hi, Everyone
My development environment is sdk15.3, nRF52840, Keil complier
The link error file is attached below.
Also I am going to use AES-CBC method.
Which example should I reference?
Please advise.
Alex
Hi Alex,
Did you remember to include the cc310 runtime library? You can use the examples located in \examples\crypto\nrf_crypto\aes as reference.
Best regards,
Vidar
Hi, Vidar
Thank you for your answer.
I added .lib as you advised
I also added the necessary files from the example you talked about.
A build was successful.
Best regards,
Alex