STM32F439xx HAL User Manual
Defines
FLASH Error Code
FLASH Exported Constants

FLASH Error Code. More...

Defines

#define HAL_FLASH_ERROR_NONE   0x00000000U
#define HAL_FLASH_ERROR_RD   0x00000001U
#define HAL_FLASH_ERROR_PGS   0x00000002U
#define HAL_FLASH_ERROR_PGP   0x00000004U
#define HAL_FLASH_ERROR_PGA   0x00000008U
#define HAL_FLASH_ERROR_WRP   0x00000010U
#define HAL_FLASH_ERROR_OPERATION   0x00000020U

Detailed Description

FLASH Error Code.


Define Documentation

#define HAL_FLASH_ERROR_NONE   0x00000000U

No error

Definition at line 106 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_WaitForLastOperation().

#define HAL_FLASH_ERROR_OPERATION   0x00000020U

Operation Error

Definition at line 112 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

#define HAL_FLASH_ERROR_PGA   0x00000008U

Programming Alignment error

Definition at line 110 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

#define HAL_FLASH_ERROR_PGP   0x00000004U

Programming Parallelism error

Definition at line 109 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

#define HAL_FLASH_ERROR_PGS   0x00000002U

Programming Sequence error

Definition at line 108 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

#define HAL_FLASH_ERROR_RD   0x00000001U

Read Protection error

Definition at line 107 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().

#define HAL_FLASH_ERROR_WRP   0x00000010U

Write protection error

Definition at line 111 of file stm32f4xx_hal_flash.h.

Referenced by FLASH_SetErrorCode().