Skip to content
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

how to reset stm8 with stm8flash (with no power down) #140

Closed
JiaDuo opened this issue Aug 13, 2021 · 2 comments · Fixed by #168
Closed

how to reset stm8 with stm8flash (with no power down) #140

JiaDuo opened this issue Aug 13, 2021 · 2 comments · Fixed by #168

Comments

@JiaDuo
Copy link

JiaDuo commented Aug 13, 2021

I don't kown how to reset the stm8 use stm8, I known when flash a program ,it will be reset auto.
I want to reset wihtout flash .how to do that ?

thanks

@stefaandesmet2003
Copy link
Contributor

there is no command line option for reset only, but write a 0 byte file will trigger a reset
./stm8flash -c stlinkv2 -p stm8s103f3 -s eeprom -b 0 -w dummy.bin

@schneidersoft
Copy link
Contributor

It seems there is a need for proper independent reset control. see also #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants