|
STM CMSIS
|
FLASH Error Code. More...
Macros | |
| #define | HAL_FLASH_ERROR_NONE ((uint32_t)0x00000000U) |
| #define | HAL_FLASH_ERROR_RD ((uint32_t)0x00000001U) |
| #define | HAL_FLASH_ERROR_PGS ((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_NONE ((uint32_t)0x00000000U) |
No error
| #define HAL_FLASH_ERROR_OPERATION ((uint32_t)0x00000020U) |
Operation Error
| #define HAL_FLASH_ERROR_PGA ((uint32_t)0x00000008U) |
Programming Alignment error
| #define HAL_FLASH_ERROR_PGP ((uint32_t)0x00000004U) |
Programming Parallelism error
| #define HAL_FLASH_ERROR_PGS ((uint32_t)0x00000002U) |
Programming Sequence error
| #define HAL_FLASH_ERROR_RD ((uint32_t)0x00000001U) |
Read Protection error
| #define HAL_FLASH_ERROR_WRP ((uint32_t)0x00000010U) |
Write protection error