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

Analysis:
when
(o) Use defult script
is used (see picture in post #5) there are at least 2 stm32f4discovery.cfg files in AC6 that could be used - they are different;

C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.8.0.201603291114\resources\openocd\scripts\board
containing;
source [[find interface/stlink-v2.cfg]]
transport select hla_swd
source [[find target/stm32f4x.cfg]]
reset_config srst_only

C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.8.0.201603291114\resources\openocd\scripts\st_board
containing;
source [[find interface/stlink-v2.cfg]]
source [[find target/stm32f4x_stlink.cfg]]
# use hardware reset, connect under reset
reset_config srst_only srst_nogate

it is NOT possible to see or control which is used from the dialog - since the browse button is grey.
the openocd console output/log also does not seem to show which is used.

 

Last-Modified Blogs