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


The problem with adding a new library to the project

Hi
I downloaded the project from the githab (stm32f4 and hd44780). I’m compiling the project in sw4stm32, everything is fine.
I create a new project in the cube (stm32f1), open it in sw4stm32 and add the library file “LiquidCrystal_I2C.h” and “LiquidCrystal_I2C.c”, but when building the project, the error “undefined reference to` LiquidCrystal_I2C_Init ”
What is the problem?

It appears it cannot find the LiquidCrystal_I2C function definitions. Are you sure you have included LiquidCrystal_I2C.c in the build? I cannot see it in the screenshot.