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


A new STM32 project for SW4STM32 can't debug with NUCLE0-L053R8

Hi,

I don’t see any error in the log.

Can you update the STLink firmware with latest version. Stlink upgrade tool available here :
http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link007.htmlQuestion

Also, can you add some code in the for loop like int i=0; and a few i++;
To check you can step inside the loop.

Rgds,
Laurent