-
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
Nucleo-L073RZ: Device won't flash #593
Comments
Strange, it looks this is not good:
An incorrect count is reported, and it is using the L1 flash loader for some reason. |
Have you tried with the Boot0 to Vdd before powering the board. This solved the problem for me. |
I don't have the board anymore. The original board wasn't new when I got it, maybe the option bytes were configured with a bad watchdog or something. |
I see the same problem on two STM32L073NUCLEO-L073RZ boards. Both boards are new. Writing the flash via st-link worked at least once for each board, but soon after I only kept getting errors:
Output with --debug is the same as in the original bug report. Philipp P.S.: The workaround of connecting BOOT0 to VDD works for me. |
Hi,
I ran into troubles to flash my nucleo-l073rz with st-flash and st-util/gdb:
st-flash
,st-util
st-flash output:
Same issue withh st-util and gdb.
gdb output:
st-util output:
In both configurations I tried to do an erase beforehand with st-flash (which is working), but the output is the same.
This issue seems to be related to #579.
Thank you for your help, I'm available to make further tests.
The text was updated successfully, but these errors were encountered: