Loading...
 
Skip to main content

System Workbench for STM32


Add *.dll library file to project

Hi Bernard,

Sorry I don't reply ealier but I did't have any message that you reply me.
I would lik e to compile my c-library in that way I could use it in main functions but I could't open c-file and see the code.
Is it possible for STM?

Best regards,
Kasia

France

Hi Kasia,

For that you just have to create a Static Library project with your source code and build it. This will create a xxxx.a library file that you can then include in the link of your main program.Of course you should also reference the .h header files from your main source code.

Bernard (Ac6)