STM32H735xx HAL User Manual
|
Defines | |
#define | FLASH_PROGRAMMING_DELAY_0 0x00000000U |
#define | FLASH_PROGRAMMING_DELAY_1 FLASH_ACR_WRHIGHFREQ_0 |
#define | FLASH_PROGRAMMING_DELAY_2 FLASH_ACR_WRHIGHFREQ_1 |
#define | FLASH_PROGRAMMING_DELAY_3 FLASH_ACR_WRHIGHFREQ |
#define FLASH_PROGRAMMING_DELAY_0 0x00000000U |
programming delay set for Flash running at 70 MHz or below
Definition at line 714 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_PROGRAMMING_DELAY_1 FLASH_ACR_WRHIGHFREQ_0 |
programming delay set for Flash running between 70 MHz and 185 MHz
Definition at line 715 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_PROGRAMMING_DELAY_2 FLASH_ACR_WRHIGHFREQ_1 |
programming delay set for Flash running between 185 MHz and 225 MHz
Definition at line 716 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_PROGRAMMING_DELAY_3 FLASH_ACR_WRHIGHFREQ |
programming delay set for Flash at startup
Definition at line 717 of file stm32h7xx_hal_flash_ex.h.