-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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"
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters