2020-05-14 02:57 AM
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?
2020-05-14 06:17 AM
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.
2020-05-15 08:48 AM
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.