-
Notifications
You must be signed in to change notification settings - Fork 82
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
[Feature Request] Upload firmware to target with SWD #43
Comments
It is, I tried it on DS213, but it should work for LA104 as well. Both devices have SWD interface attached to USB port connector, see this: full schematic: use openocd to upload fw over SWD innterface: |
I mean upload to another STM32 target using LA104's GPIO. Not upload to the LA104/DS213. Sorry for the ambiguous wording. |
I don't know that it's OK to short USB with SWD. Won't this block SWD debugging while USB is in use? |
I was surprised as well to see SWD tied to USB data lines, but it is working well. Regarding the stlink v2 application on LA104 - it is definitelly doable - it is just using two digital lines, but I could not find any source code of the programmer. |
In the past I used the black magic probe (https://github.com/blacksphere/blackmagic under GPL3) loaded on a stlink v2. |
Not sure if this is doable but if it works this is gonna be very handy.
The text was updated successfully, but these errors were encountered: