Skip to main content
Kylo Ren
Associate II
January 21, 2020
Question

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

  • January 21, 2020
  • 2 replies
  • 1265 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
January 21, 2020

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Kylo Ren
Kylo RenAuthor
Associate II
January 22, 2020

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.