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

Write and erase flash when the Internal RC Oscillator is off #1348

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2023

  1. Write and erase flash when the Internal RC Oscillator is off

    - By first enabling it
    - This worked for me on STM32F103
    - Quite likely not the best structure
    - Willing to take instructions, or hand it over
    
    Fixed the check to include HSIRDY alongside HSION
    - When writing HSION, the HSIRDY takes some time to come up
    - This may in theory have delays
    - It is entirely proper to check the bits together; they are "ist & soll"
    vanrein committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e5be102 View commit details
    Browse the repository at this point in the history