Handling of ECC error
novykkostia opened this issue · 1 comments
novykkostia commented
dlbeer commented
Yes, it is necessary to do this yourself. Many ECC chips will handle it for you in hardware. If you need a software implementation, there's example code provided for BCH and Hamming codes.
Whichever way you do it, remember to read enough data during a partial read to get a complete ECC block -- partial reads require ECC too.