Skip to main content
schellek
Associate II
May 14, 2020
Question

STM32F030 debug problem

  • May 14, 2020
  • 2 replies
  • 1144 views

Hi,

i designed myself a PCB with a STM32F030 with breakout pin (SWDIO, SWCLK, NRST, GND, UART1_TX, UART1_RX). When I try to debug it with VS Code, it doesn't work. I tried it with stutil, openocd (on st-link v2) as well as bmp (on BMP Bumpy). Nothing works. However, flashing works with ST-Util.

Can someone help or had a similar problem?

0693W000001cFdmQAE.png

0693W000001cFdcQAE.png

This topic has been closed for replies.

2 replies

TDK
May 14, 2020

Setting up debugging with VS Code is not simple. It's possible, but STM32CubeIDE would be easier if you just want to get up and running. Just my experience.

"If you feel a post has answered your question, please click ""Accept as Solution""."
schellek
schellekAuthor
Associate II
May 15, 2020

I want to avoid STM32CubeIDE, since it is Eclipse based and for my taste it is too slow. However I have to mention that this could be a bottleneck due to my JRE (Open-JDK)

BTW I got the debugger somehow running. But ist works only with my bmp, not with my st-link.