View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004610 | FSiMX6 | NAND-FMD | public | 2021-02-03 13:21 | 2021-06-17 14:29 |
Reporter | derksen | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V2.90 | ||||
Target Version | V3.00 | Fixed in Version | V3.00 | ||
Summary | 0004610: Improve ECC error handling | ||||
Description | Improve ECC error handling. The level when ECC errors are reporterd to F3S is to low. This is not optimal because F3S starts refresh operation to often. | ||||
Additional Information | FMD_LB_ReadSector function must be reworked because only ECC_MAX_THRESHOLD should be handled by F3S. This should be reworked: ... switch(iBlkSts) { case BLK_STATUS_CORRECTABLE: // HERE NEED TO BE REWORKED SetLastError(ERROR_READ_FAULT); case BLK_STATUS_EMPTY: if (pSectorSpareBuff) memset((void *)pSectorSpareBuff, 0xFF, sizeof(EXT_SECTOR_INFO)); ... Additional, F3S error handling must be corrected too. | ||||
Forum Link | |||||
Found Driver Version | V1.3 | ||||
Fixed Driver Version | V1.4 | ||||