-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[reset] st-flash reset can be a hardware reset? #533
Comments
Thats a good question, there indeed two different resets. There are some other issues related to this. I'm not sure how we can fix this. |
I have just merged a possible fix from PR #534. Could you test latest master? |
Haha, it works now,
And I can find that at Reset Pin of SWD in stm32f4-discovery,
there is a low signal when I key "st-flash reset".
Thank you, and HAPPY NEW YEAR =)
FEA
2016-12-30 19:02 GMT+08:00 Jerry Jacobs <notifications@github.com>:
… I have just merged a possible fix from PR #534
<#534>. Could you test latest master?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#533 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABxGsilL8tvqXo4Vu6hzzP3PkfgFBUhlks5rNOSugaJpZM4LV_8a>
.
|
Thanks for reporting back! |
Hello again =)
I found that a strange things in st-link reset,
I use the stlink V2 (the image I post, but actually I am not sure it's from
st or not)
I can use only GND,SWDIO,SWCLK(without reset pin) to burn code into stm32
And I can use ST-Link Utility in windows "System Reset" to reset whole
stm32 system(including reset peripheral)
I have no idea why I don't connect reset pin and it still can work hardware
reset,
But in texane stlink, it need connect reset pin to operate hardware reset,
Is it possible to do hardware reset without connecting reset pin in texane
stlink?
if it can, it's more flexible and can save the reset pin connecting
Thank you =)
Fea
[image: 內置圖片 1]
2017-01-02 6:20 GMT+08:00 Jerry Jacobs <notifications@github.com>:
… Closed #533 <#533>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#533 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABxGsm0vY6cWDrLokLXO8raYlzUENxg6ks5rOCbBgaJpZM4LV_8a>
.
|
Hi @feathertw could you open a new issue and note the system reset register write instead of asserting the reset line? As system reset command is unrelated to hardware reset. You replied to this issue by email and the image is not visible because you need to edit the issue at github itself. Thanks! |
Hi Nightwalker, |
@rewolff: That's ok, don't bother about it too much. Your feedback is helpful as well. |
Closed by #1107. |
NOTICE: The issue may be closed without notice when not enough information is provided!
Thank you for giving feedback to the stlink project. Take some time to fill out
check boxes with a X in the following items so developers and other people can try to
to find out what is going on. And add/remove what is appropriate to your problem.
When submitting a feature request, try to reuse the list and add/remove what is appropriate.
Place a
X
between the brackets[X]
to mark the list item.st-info
,st-flash
,st-util
A as-detailed description possible of the problem with debug output when available.
I found the command "st-flash reset" can send a reset info to a stm32 chip
but it's not whole system reset,
for example:
If one led is on, but after "st-flash reset", it will still on but I think it should off after boot whole system.
I think it's because "st-flash reset" is "core reset", not "system reset" in st windows stlink tool,
so it will operate arm cpu to reset, the peripheral will not reset,
hope it will be more option let user can do hardware reset =)
Output:
Expected/description:
short description of the expected value
Thank you,
The stlink project maintainers
The text was updated successfully, but these errors were encountered: