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


ST Link v2 Not detecting target

So I made a custom STM32F446RET6 board and I first used a mini ST_LINK programmer to connect to the MCU. I was able to program it but couldn’t debug it since the mini ST_LINK programmer lacked the SWO pin. I used ST32 ST-LINK Utility and Keil to program the chip.

mini ST_LINK
St Mini Programmer


I then purchased the ST_LINK V2 programmer from ST but it doesn’t connect to the MCU (target). My laptop does recognise the ST_LINK V2 programmer since I have the stsw-LINK009 software installed. The SWCLK. SWDIO, and SWO pins are directly connected to the male headers as seen in the picture.

ST ST_LINK
St Programmer

Connections:
St Mcu Connections St Programmer Connections

Here is the trace.log file from STM32 Utility (size is too large to attach the post):
trace_logQuestion
Any ideas as to why this is happening?