-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
resetting a stm32f103 with a "kill + run" doesn't seem to work #358
Comments
Do you have some more details about your setup, programmer, target, debug output from |
stm32f1discovery with the embedded stlink thing. |
@l29ah thanks for your feedback, OpenOCD has more maintainers and users and has full ARM Semihosting support. Have you tried with latest |
This is somewhat related to issue #131 |
I was using master back then. |
Did you enable arm semihosting or using it from you target? As stlink tools don't support this. |
On Wed, May 04, 2016 at 11:52:54AM -0700, Jerry Jacobs wrote:
Didn't know about this thing, probably not. () ascii ribbon campaign - against html mail |
As you are using OpenOCD now, should I close this issue? |
Closing due to inactivity and original issuer switched to use OpenOCD instead. |
Fixed in #528. |
(gdb) run
Starting program: blah
And that's it, it just hangs indefinitely. Nothing happens in the st-util log meanwhile. I've spotted an irregularity tho:
send:
recv: vKill;a410
send: OK
recv: ?
send: OK
recv: vRun;
send:
recv: R0
KARL - should read back as 0x03, not 60 02 00 00
init watchpoints
The text was updated successfully, but these errors were encountered: