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


Connect to custom board STM32L053 - STLINK-V2 - SWD

Hello,

I updated AC6 framework to the last compiler + openOCD.
I can’t connect anymore to my stm32l476 based board. (Modifying stm32l4.cfg reset configuration is no longer working)

It seems the reset configuration is forced elsewhere:
srst_only separate srst_nogate srst_open_drain connect_assert_srst


here is the complete openocd log.
======
Open On-Chip Debugger 0.9.0-dev-00418-g9afb8b4-dirty (2015-09-28-12:09)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
none separate
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Warn : use ‘STM32L476.cpu’ as target identifier, not ‘0’
adapter_nsrst_delay: 100
srst_only separate srst_nogate srst_open_drain connect_assert_srst
adapter speed: 1800 kHz
Info : clock speed 1800 kHz
Error: read version failed
in procedure ‘init’
in procedure ‘ocd_bouncer’
=======

Please help, I’m stuck in a rut !!
Thanks for your help,
Best regards,

Sylvain