STM32H735xx 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_WRP   FLASH_FLAG_WRPERR
#define HAL_FLASH_ERROR_PGS   FLASH_FLAG_PGSERR
#define HAL_FLASH_ERROR_STRB   FLASH_FLAG_STRBERR
#define HAL_FLASH_ERROR_INC   FLASH_FLAG_INCERR
#define HAL_FLASH_ERROR_OPE   FLASH_FLAG_OPERR
#define HAL_FLASH_ERROR_RDP   FLASH_FLAG_RDPERR
#define HAL_FLASH_ERROR_RDS   FLASH_FLAG_RDSERR
#define HAL_FLASH_ERROR_SNECC   FLASH_FLAG_SNECCERR
#define HAL_FLASH_ERROR_DBECC   FLASH_FLAG_DBECCERR
#define HAL_FLASH_ERROR_CRCRD   FLASH_FLAG_CRCRDERR
#define HAL_FLASH_ERROR_WRP_BANK1   FLASH_FLAG_WRPERR_BANK1
#define HAL_FLASH_ERROR_PGS_BANK1   FLASH_FLAG_PGSERR_BANK1
#define HAL_FLASH_ERROR_STRB_BANK1   FLASH_FLAG_STRBERR_BANK1
#define HAL_FLASH_ERROR_INC_BANK1   FLASH_FLAG_INCERR_BANK1
#define HAL_FLASH_ERROR_OPE_BANK1   FLASH_FLAG_OPERR_BANK1
#define HAL_FLASH_ERROR_RDP_BANK1   FLASH_FLAG_RDPERR_BANK1
#define HAL_FLASH_ERROR_RDS_BANK1   FLASH_FLAG_RDSERR_BANK1
#define HAL_FLASH_ERROR_SNECC_BANK1   FLASH_FLAG_SNECCERR_BANK1
#define HAL_FLASH_ERROR_DBECC_BANK1   FLASH_FLAG_DBECCERR_BANK1
#define HAL_FLASH_ERROR_CRCRD_BANK1   FLASH_FLAG_CRCRDERR_BANK1
#define HAL_FLASH_ERROR_WRP_BANK2   FLASH_FLAG_WRPERR_BANK2
#define HAL_FLASH_ERROR_PGS_BANK2   FLASH_FLAG_PGSERR_BANK2
#define HAL_FLASH_ERROR_STRB_BANK2   FLASH_FLAG_STRBERR_BANK2
#define HAL_FLASH_ERROR_INC_BANK2   FLASH_FLAG_INCERR_BANK2
#define HAL_FLASH_ERROR_OPE_BANK2   FLASH_FLAG_OPERR_BANK2
#define HAL_FLASH_ERROR_RDP_BANK2   FLASH_FLAG_RDPERR_BANK2
#define HAL_FLASH_ERROR_RDS_BANK2   FLASH_FLAG_RDSERR_BANK2
#define HAL_FLASH_ERROR_SNECC_BANK2   FLASH_FLAG_SNECCERR_BANK2
#define HAL_FLASH_ERROR_DBECC_BANK2   FLASH_FLAG_DBECCERR_BANK2
#define HAL_FLASH_ERROR_CRCRD_BANK2   FLASH_FLAG_CRCRDERR_BANK2
#define HAL_FLASH_ERROR_OB_CHANGE   FLASH_OPTSR_OPTCHANGEERR

Detailed Description

FLASH Error Code.


Define Documentation

CRC Read Error

Definition at line 105 of file stm32h7xx_hal_flash.h.

CRC Read Error on Bank1

Definition at line 118 of file stm32h7xx_hal_flash.h.

Referenced by FLASH_CRC_WaitForLastOperation().

CRC Read Error on Bank2

Definition at line 131 of file stm32h7xx_hal_flash.h.

Referenced by FLASH_CRC_WaitForLastOperation().

ECC Double Detection Error

Definition at line 104 of file stm32h7xx_hal_flash.h.

ECC Double Detection Error on Bank 1

Definition at line 117 of file stm32h7xx_hal_flash.h.

ECC Double Detection Error on Bank 2

Definition at line 130 of file stm32h7xx_hal_flash.h.

Inconsistency Error

Definition at line 97 of file stm32h7xx_hal_flash.h.

Inconsistency Error on Bank 1

Definition at line 110 of file stm32h7xx_hal_flash.h.

Inconsistency Error on Bank 2

Definition at line 123 of file stm32h7xx_hal_flash.h.

#define HAL_FLASH_ERROR_NONE   0x00000000U
#define HAL_FLASH_ERROR_OB_CHANGE   FLASH_OPTSR_OPTCHANGEERR

Option Byte Change Error

Definition at line 133 of file stm32h7xx_hal_flash.h.

Referenced by FLASH_OB_WaitForLastOperation().

Operation Error

Definition at line 99 of file stm32h7xx_hal_flash.h.

Operation Error on Bank 1

Definition at line 112 of file stm32h7xx_hal_flash.h.

Operation Error on Bank 2

Definition at line 125 of file stm32h7xx_hal_flash.h.

Program Sequence Error

Definition at line 95 of file stm32h7xx_hal_flash.h.

Program Sequence Error on Bank 1

Definition at line 108 of file stm32h7xx_hal_flash.h.

Program Sequence Error on Bank 2

Definition at line 121 of file stm32h7xx_hal_flash.h.

Read Protection Error

Definition at line 101 of file stm32h7xx_hal_flash.h.

Read Protection Error on Bank 1

Definition at line 114 of file stm32h7xx_hal_flash.h.

Read Protection Error on Bank 2

Definition at line 127 of file stm32h7xx_hal_flash.h.

Read Secured Error

Definition at line 102 of file stm32h7xx_hal_flash.h.

Read Secured Error on Bank 1

Definition at line 115 of file stm32h7xx_hal_flash.h.

Read Secured Error on Bank 2

Definition at line 128 of file stm32h7xx_hal_flash.h.

ECC Single Correction Error

Definition at line 103 of file stm32h7xx_hal_flash.h.

ECC Single Correction Error on Bank 1

Definition at line 116 of file stm32h7xx_hal_flash.h.

ECC Single Correction Error on Bank 2

Definition at line 129 of file stm32h7xx_hal_flash.h.

Strobe Error

Definition at line 96 of file stm32h7xx_hal_flash.h.

Strobe Error on Bank 1

Definition at line 109 of file stm32h7xx_hal_flash.h.

Strobe Error on Bank 2

Definition at line 122 of file stm32h7xx_hal_flash.h.

Write Protection Error

Definition at line 94 of file stm32h7xx_hal_flash.h.

Write Protection Error on Bank 1

Definition at line 107 of file stm32h7xx_hal_flash.h.

Write Protection Error on Bank 2

Definition at line 120 of file stm32h7xx_hal_flash.h.