FLASH_ECC_STATUS
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
6 |
W |
ECC_COR_ERROR_CNT_CLEAR |
Reset the Flash corrected errors counter |
5 |
W |
ECC_UNCOR_ERROR_CNT_CLEAR |
Reset the Flash uncorrected errors counter |
4 |
W |
ECC_ERROR_ADDR_CLEAR |
Reset the Flash address of the last detected error |
1 |
R |
ECC_COR_ERROR_CNT_STATUS |
FLASH_ECC_ERROR_COR_CNT status |
0 |
R |
ECC_UNCOR_ERROR_CNT_STATUS |
FLASH_ECC_ERROR_UNCOR_CNT status |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
6 |
ECC_COR_ERROR_CNT_CLEAR |
FLASH_ECC_COR_ERROR_CNT_CLEAR |
Reset the Flash corrected errors counter |
0x1 |
5 |
ECC_UNCOR_ERROR_CNT_CLEAR |
FLASH_ECC_UNCOR_ERROR_CNT_CLEAR |
Reset the Flash uncorrected errors counter |
0x1 |
4 |
ECC_ERROR_ADDR_CLEAR |
FLASH_ECC_ERROR_ADDR_CLEAR |
Reset the Flash address of the latest detected error |
0x1 |
1 |
ECC_COR_ERROR_CNT_STATUS |
FLASH_ECC_NO_CORRECTED_ERROR |
Indicates FLASH_ECC_COR_ERROR_CNT is zero |
0x0* |
|
|
FLASH_ECC_CORRECTED_ERROR |
Indicates FLASH_ECC_COR_ERROR_CNT is not zero |
0x1 |
0 |
ECC_UNCOR_ERROR_CNT_STATUS |
FLASH_ECC_NO_UNCORRECTED_ERROR |
Indicates FLASH_ECC_UNCOR_ERROR_CNT is zero |
0x0* |
|
|
FLASH_ECC_UNCORRECTED_ERROR |
Indicates FLASH_ECC_UNCOR_ERROR_CNT is not zero |
0x1 |