STM32F030 debug problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 2: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?
- Labels:
-
DEBUG
-
STM32F0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-15 8: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.
