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

Hi ST world.
Wy project on stm32f415 worked with openocd 1.3. In after updating to version 1.4 it stopped work. Error:

Error in final launch sequence
Failed to execute MI command:
load D:\Work\Projects\Makett_105\STM32F415_ili9341\Debug\F415_ILI9342.elf

Error message from debugger back end:
Error erasing flash with vFlashErase packet
Error erasing flash with vFlashErase packet

I modified the custom .cfg file in the following way:
reset_config srst_nogate


But did not achieve the result.

Thank you in advance