cancel
Showing results for 
Search instead for 
Did you mean: 

How to add STM32 cryptographic library in a project using kiel IDE??

Kylo Ren
Associate II
 
2 REPLIES 2

Add in the source files? Create a group, use "Add Existing" to pull them in.

Add the include file path into the compiler settings.

Perhaps review examples/templates

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Kylo Ren
Associate II

Hi Clive,

Thank u very much for you response.

I am trying to add STM32 cryptographic library in my Kiel project. The library has some .lib and .h files. But it doesn't have any c file. I copied the whole downloaded package of the library in my project folder and added .lib in my kiel project . But if I call any .h file from the library it gives an error. I don't know if it is correct way to use .lib or not because I haven't used any .lib file before in my projects.

Please suggest the correct procedure to use .lib files with kiel IDE.

Thanks in advance.