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


STlink-v2 - debug interface was not found (ft2232) - with Ubuntu and Openocd

Hi, finally the problem came from the jtag.cfg(stlink-v2.cfg), now OpenOCD find the debug interface .

But I have another problem now :

Open On-Chip Debugger 0.9.0 (2016-07-14-10:34)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
adapter_nsrst_delay: 100
Info : auto-selecting first available session transport “hla_swd”. To override use ‘transport select ‘.
embedded:startup.tcl:162: Error: session transport is “hla_swd” but your config requires JTAG
in procedure ‘script’
at file “embedded:startup.tcl”, line 60
in procedure ‘jtag’ called at file “stm32.cfg”, line 37
in procedure ‘default_to_jtag’ called at file “embedded:startup.tcl”, line 167
at file “embedded:startup.tcl”, line 162


Do you have any Ideas ?

I don’t know how I can fix the auto-selecting....

thanks,