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


Printf via SWV doesn't print anything

@ tarek bouchkati

since in filesystem of my Windows 7 working station I have two (identical) copies of syscalls.c

1.
C:\Users\zaffing\Downloads\eclipse\plugins\com.st.microxplorer.rcp_4.16.0.201607131424\db\plugins\projectmanager\src\syscalls.c

2.
C:\Users\zaffing\Downloads\eclipse\plugins\fr.ac6.mcu.firmware_1.10.0.201607251855\resources\builtin\syscalls.c

I would like to ask:

“Do You suggest to modify one of those and recompile the project?”

“Which one?”(Ok I can try each of them)

“Is it possible to cover _write definition in syscalls.c with a redefined int _write(int file, char *ptr, int len) body somewhere else?”

“Can You (or anybody) explain more or rephrase the soldiering thing on ‘Solder Bridge’ SB10 (SWO) ? Is it something specific of a particular board? Which board? And what about other boards?”

Thank You.

Giangiacomo