-
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
STM32F407IGT6: Device not flashing #638
Comments
Flash loader problems are hard to debug. Maybe you can find some usefull information from other open and closed issues by filtering: https://github.com/texane/stlink/labels/error%2Fflash-loader. |
I had a similar problem with a STM32F446RET6 (writing at address 0x8000000). After a mass erase it started to work. |
Please verify if problem still exists in Release v1.6.0. |
I tried v1.6.0 as I couldn't find v1.6.1 and it seems to work now. Thank you! |
v1.6.1 is only the milestone of the next upcoming release. Nothing to worry about. You did everything right! Thank you for your feedback - very helpful to us. :-) |
Reopening this as the underlying problem that causes this issue remains unsolved. |
Hi,
I am unable to flash the compiled file. I am using STM32F407IGT6 on a custom board. It shows
stlink_fwrite_flash() == -1
error. I tried reinstalling stlink but to no avail.st-flash
A as-detailed description possible of the problem with debug output when available.
Output:
It was working fine couple of days ago but wouldn't work anymore. Am I doing anything wrong?
Thank you!
The text was updated successfully, but these errors were encountered: