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

Commits on Jun 25, 2016

  1. Fix an erase error in stm32f030 device.

    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.
    Chris authored and Chris Li committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    c61f160 View commit details
    Browse the repository at this point in the history