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


Redirecting printf() does not work

Could you possible show me how you got it to work? I’ve been trying everything I came across and I’ve had no luck. I have a nucleo-F767ZI and I’ve downloaded the example UART printf() and that works fine but when I try implementing it on my own project I can’t get it to transmit anything. If you could help me that would be great!