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


You are viewing a reply to Failure to launch  

Failure to launch

Tunisia

Instead you have to check your debug configuration :
Menu > Run > Debug Configuration > select your config
in Main (TAB) make sure that the correct Project is selected
in Debugger (TAB) make sure that stm32f4discovery.cfg (or stm32f407g_disc1.cfg) is selected as default script
if not you have to check your project target (project properties > C/C++ Build > Settings > Target (TAB))

Edit:
Sorry I have answered without refreshing the browser, so I haven’t remarqued that your issue is solved.

Regards,
Tarek