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


Run valgrind in STM32 ide

Hi STM32 community, I want to run valgrind on my project. I am system workbench IDE for STM32F779I eval board.

Can any body help me how can I run valgrind on my project.

I have seen a profile with valgrind option in the project options. But when I tried this option,

it is giving following error

valgrind: failed to start tool ‘memcheck’ for platform ‘arm-linux’: No such file or directory

I checked about this error in google , people suggested to set the valgrind library. But it is giving same error .

Can anyone help me how to solve this issue or how can I run valgrind with different way.