stm32f7: flash: added proper support

This commit is contained in:
Matthew Lai
2017-04-17 19:58:20 +01:00
committed by Karl Palsson
parent ab9e425272
commit ba0e0424b5
5 changed files with 652 additions and 21 deletions

View File

@@ -615,7 +615,7 @@ struct rcc_clock_scale {
uint16_t plln;
uint8_t pllp;
uint8_t pllq;
uint32_t flash_config;
uint32_t flash_waitstates;
uint8_t hpre;
uint8_t ppre1;
uint8_t ppre2;