ECCCIE=B_0x0
FLASH Flash ECC correction register
ADDR_ECC | ECC error address When an ECC error occurs (for single correction) during a read operation, the ADDR_ECC contains the address that generated the error. ADDR_ECC is reset when the flag error is reset. The embedded Flash memory programs the address in this register only when no ECC error flags are set. This means that only the first address that generated an ECC error is saved. The address in ADDR_ECC is relative to the Flash memory area where the error occurred (user Flash memory, system Flash memory, data area, read-only/OTP area). |
BK_ECC | ECC bank flag for corrected ECC error It indicates which bank is concerned by ECC error |
SYSF_ECC | ECC flag for corrected ECC error in system FLASH It indicates if system Flash memory is concerned by ECC error. |
OTP_ECC | OTP ECC error bit This bit is set to 1 when one single ECC correction occurred during the last successful read operation from the read-only/ OTP area. The address of the ECC error is available in ADDR_ECC bitfield. |
ECCCIE | ECC single correction error interrupt enable bit When ECCCIE bit is set to 1, an interrupt is generated when an ECC single correction error occurs during a read operation. 0 (B_0x0): no interrupt generated when an ECC single correction error occurs 1 (B_0x1): non-secure interrupt generated when an ECC single correction error occurs |
ECCC | ECC correction set by hardware when single ECC error has been detected and corrected. Cleared by writing 1. |