Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

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)