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 Semihosting with STM32  

Re: Re: Semihosting with STM32

in the above link it seam the toolset is GNUARm eclipse that has suport for semithosting
in SW4STM32 typcial project the syscall.c is different and seam suporting the semihosting
it call __io_putchar(*ptr++); question
by steping at assembly level it seam it just does nohting
maybe some lib or configuration is missing to get the io done via semihosting ?

i’m also interested in using semihotsing (with posibility to switch it on and off ) so i’ll folow your thread smile