-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ist it possible to connect an In-Circuit-Debugger? #44
Comments
Hi @JoeScotty, That should definitely be possible, it will come down to what pins you need access to given your debugger and settings etc. I have broken out the most common debug pins to a 6-pin header, labelled "SWD". You can see it here: That header gives you access to:
I believe that SWDIO and SWCLK are sufficient for debugging with STM32-compatible SWD tools. I did some debugging using an ST-Link at one point during development (2+ years ago now), and don't remember having to attach any additional wires etc., so I think that it is doable with the above. |
Hi Chris, |
Hi Chris, Coding environment (I'm no software developer, please excuse any miswording)
Hardware
Cable:
PlatformIO Settings in platformio.ini:
Connection to Desktop
And - by the way - using the ST Link method to update firmware does not require pressing buttons on the board, Hope this helps somebody else! |
Hi, just a question:
Just testing and doing some small mods using VSC and platformio.
Sometimes it would be more efficient compared to lot of log outputs.
Ist it possible to connect an In-Circuit-Debugger to the Rumba32
like ST-Link or Black Magic Probe, which are using either JTAG or Serial Wire Mod Interfrace ?
Thanks!
The text was updated successfully, but these errors were encountered: