How to add external libraries in STM32CubeIDE
Hi, I'd like to know if it is possible to add external libraries on STM32CubeIDE and if yes, how.
In particular, I'd like to use cryptographic functions on my NUCLEO-H753ZI. And I found a library on the web I could use in the form of an archive file (.a) + a header file. How can I integrate this archive in my project so I can use the functions of the library ?
Thank you in advance for your answer.
