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


How do I use "User Constants" for "Parameter Settings"?

Thank you Amel,
This allowed me to see that even though I couldn’t use it as a parameter value, the constant I defined was indeed saved to “mxconstants.h”:

  1. define DDS_IOUPDT_LENGTH 1000

However, since it’s defined as a #define I think it can’t really be a variable :-(

Best,
Cat