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


[workaround] fail to start debug after update eclipse CDT to 9.4.2, error message "ST-Link server not installed"

Hi Andy Blue,

The STLink Server is an external tool which came with the SystemWorkbentch installer or directly through the st website. It is an application to share the debug interface of a single ST-LINK board among several host applications.

In the case of SytemWorkbench, it also helps you to manage several boards connected to the machine in the debugger tab. It is not an error if you see the red note. It is just an information that you can not use the STLink Server because it is not installed.

BR,
Elliot

Hi Robot,
Thanks for your information.

There is a thing still be little confused. I install the “System Workbench for STM32” from eclipse as an add-on, I did select all components including “ST-Link server”. After installation, while check “Help” -> “About Eclipse”
“Installation details”
“Installed Software”, I can see

STLinkServer 1.0.2.201801120948 fr.ac6.feature.mcu.externaltools.stlinkserver.feature.group STMicroelectronics

But I still see the red notes of “ST-Link server not installed”.
What’s wrong? Do I need separately install ST-Link server from ST?

Reg,
Andy

I would add to the Kevin’s answer that this external tool can be also installed through the System Workbench installer.

Regards,
Elliot

Now understood.

Thanks to all.
Regards,
Andy