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


STM32CUBEIDE "undefined reference to" Problem

I am trying to add StemWin to my project to drive a displayer. I could integrate LCD low-level hardware to the microcontroller. But when I want to use GUI functions it returns me an error “undefined reference to” for every function. How come compiler doesn’t allow to use functions from the included library?
I have added the project for the ones who want to produce same problem.