![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
FLASH Error Code. More...
Macros | |
#define | HAL_FLASH_ERROR_NONE ((uint32_t)0x00000000U) |
#define | HAL_FLASH_ERROR_ERS ((uint32_t)0x00000002U) |
#define | HAL_FLASH_ERROR_PGP ((uint32_t)0x00000004U) |
#define | HAL_FLASH_ERROR_PGA ((uint32_t)0x00000008U) |
#define | HAL_FLASH_ERROR_WRP ((uint32_t)0x00000010U) |
#define | HAL_FLASH_ERROR_OPERATION ((uint32_t)0x00000020U) |
FLASH Error Code.
#define HAL_FLASH_ERROR_ERS ((uint32_t)0x00000002U) |
Programming Sequence error
Definition at line 109 of file stm32f7xx_hal_flash.h.
#define HAL_FLASH_ERROR_NONE ((uint32_t)0x00000000U) |
No error
Definition at line 108 of file stm32f7xx_hal_flash.h.
#define HAL_FLASH_ERROR_OPERATION ((uint32_t)0x00000020U) |
Operation Error
Definition at line 113 of file stm32f7xx_hal_flash.h.
#define HAL_FLASH_ERROR_PGA ((uint32_t)0x00000008U) |
Programming Alignment error
Definition at line 111 of file stm32f7xx_hal_flash.h.
#define HAL_FLASH_ERROR_PGP ((uint32_t)0x00000004U) |
Programming Parallelism error
Definition at line 110 of file stm32f7xx_hal_flash.h.
#define HAL_FLASH_ERROR_WRP ((uint32_t)0x00000010U) |
Write protection error
Definition at line 112 of file stm32f7xx_hal_flash.h.