Other Parts Discussed in Thread: OMAPL138, OMAP3530
Hello,
This is not a specific chip question, but a general question about ecc with TI's chip.
I am trying to understand nandecc hw,
in
there is a table with column
1. hadrware error detection
2. driver solution - error correction
My question:
1. Does driver solution here means hadware correction (not software) ?
2. How do we choose the hw error detection (between 1/4/8), or is it a feature of nand chip (and we can't change it) ?
3. if we have a chip with 4 ecc, does it means we can use nand ecc 8 (driver). according to a comment in this page, this is not something good:
"
What will happen if an 8-bit ECC NAND is used with our 4-bit ECC capable devices?
In this scenario, if more than 4 errors are detected, the errors can't be corrected. This can have serious consequences including boot failure. It is advisable to keep correcting the ECC errors in the designated read-only/boot sections of the NAND to reduce the chances of boot failure.
"
Regards,
Ran