stm32: flash: BSY bit has never been writable.

This has been copied around for years, but has never been a writable bit
on any target.
This commit is contained in:
Karl Palsson
2018-07-10 14:50:57 +00:00
parent 30d88452e6
commit 9dd901ba27
12 changed files with 0 additions and 52 deletions
-2
View File
@@ -50,8 +50,6 @@
* by F7 require more than 7 wait states.
* 4. FLASH_SR_PGSERR (programming sequence error) is now FLASH_SR_ERSERR (
* erase sequence error).
* 5. FLASH_SR_BSY field is now read-only. Seems to also be read-only in F4?
* Why did we have a clear busy flag function?
* 6. There are now two watchdogs - IWDG (independent watchdog) and WWDG (
* window watchdog).
*/