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

Fix an erase error in stm32f030 device. #442

Merged
merged 1 commit into from
Jun 25, 2016
Merged

Fix an erase error in stm32f030 device. #442

merged 1 commit into from
Jun 25, 2016

Conversation

bitdump
Copy link

@bitdump bitdump commented Jun 25, 2016

I run into flashing error with stm32f030. With some
debugging I find out that the mass erase bit was dropped
when flash programming bit already set on FLASH_CR.
This cause erase and write error with my stm32f030
board.

Mass erase never need the programming bit. Turn off the
programming bit make stlink flash stm32f030 successfully.

I run into flashing error with stm32f030. With some
debugging I find out that the mass erase bit was dropped
when flash programming bit already set on FLASH_CR.
This cause erase and write error with my stm32f030
board.

Mass erase never need the programming bit. Turn off the
programming bit make stlink flash stm32f030 successfully.
@texane texane merged commit 96554d9 into stlink-org:master Jun 25, 2016
@bitdump bitdump deleted the bug-fix-stm32f030-erase-error branch June 25, 2016 07:32
@Nightwalker-87 Nightwalker-87 added this to the v1.3.0 milestone Mar 16, 2020
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants