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


You are viewing a reply to sprintf stops execution  

sprintf stops execution

1 - You have to Include the stdio.h , gcc will provide fake function read about “warning: implicit declaration of function”.
2 - Make sure the optimzation is turned off and max for debugging
3 - The code you write does not compile, so please provide the code as in IDE

best reagds,
Mazen