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


Stateviewer doesnt show any task table.

Hello,
I tried today the stateviewer Kernel Aware Plug-in for Eclipse in order to use it in a project generated by CubeMx, the freertos feature activated. The plug-in allows to inspect the current state of tasks, qeues and semaphores while debugging in eclipse. However in the system workbench, the task-table, as well as qeue- and timer-table is empty. The error.log of the workbench implicate exception faults.
Anyone using this plugin successfully in the workbench or solved problems?

Best regards



Edit: Just solved the problem. used in window->show view->other OpenRTOS instead of SafeRTOS. Now the tasklist works like charm.