-
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
STM32F091RC: Flashing fails (#356, but mass erase does not work) #612
Comments
I could reproduce it again today. Mass erase did not work. But when i unplugged st-link from power and connected back(basically reset st-link), i was able to flash.. |
Hi, same problem on L073RZ. Of course it's not working. |
I had this issue, and resolved it by bringing my st-link firmware up-to-date using the windows utility. It now functions in linux perfectly. |
Update: After firmware update, I was able to flash my own code, but I was still unable to flash the bootloader using st-flash or gdb. The windows utility reported that the pages involved were write-protected in the option bytes. When told to program the area, it was able to disable the write protection, flash, and then re-enable it, which I suppose is a feature that st-flash lacks. |
Duplicate of #597. |
st-flash
&st-util
I am seeing the issue mentioned in : #356
I tried mass erase and flash but that did not work.
Expected/description:
Should be able to flash without issues
The text was updated successfully, but these errors were encountered: