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


Debugging with Segger J-Link/ iSYSTEM iTAG.50

For anyone who wants to use openSTM32 with a different debugger. Try winIDEAOpen.

winIDEAOpen is a free debugger Software for all Cortex M microcontrollers. It supports ST-Link, Segger J-Link and iSYSTEM iTAG.50. You can use it as eclipse pulgin or as stand allone solution.

To use it as eclipse pulgin simply add

http://www.isystem.si/eclipseUpdate/debuggerOpenJuno42/Question

to your update sites and use the “Install New Software” feature.

Once you have done that, you can create a winIDEA Debug configuration. Using the new configuration the first time triggers the download of winIDEAOpen.
Make sure that you do not use a proxy for accessing update sites (eclipse bug).

If you want to use the iTAG.50 debugger you can buy it at amazon (50€).

I am using the iTAG.50 for all my Cortex M projects (infineon, ST, TI). It works fine and you have always the same debugger Software.

have fun
Thomas