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


IAR I-jet Probe Compatibility

When I thought I was going to use IAR to develop with I get an IAR I-jet emulator/debugger/programming probe. Can this be use with System Workbench for STM32 to debug and flash the executable?

The processor is an ST32F373.

Tunisia

Hello Stephen,

I don’t know if OpenOCD supports the I-Jet Probe. If OpenOCD does, so it will be possible to use I-Jet with SystemWorkbech by writing a custom cfg file.
If not, you have to search for a GDB server that supports I-Jet and to attach it to a GDB Hardware Debugging configuration (eg. via TCP/IP)

Regards,
Tarek