cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F030 debug problem

schellek
Associate II

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

2 REPLIES 2
TDK
Guru

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
Associate II

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.