Skip to content

Fix an erase error in stm32f030 device.#442

Merged
texane merged 1 commit intostlink-org:masterfrom
bitdump:bug-fix-stm32f030-erase-error
Jun 25, 2016
Merged

Fix an erase error in stm32f030 device.#442
texane merged 1 commit intostlink-org:masterfrom
bitdump:bug-fix-stm32f030-erase-error

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.

3 participants