According to AN sprugz3 (EMIF16) the NAND controller supports pages up to 512B, but in the EVL MT29F1G08 is being used, which is 2112B page.
Please advice.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
According to AN sprugz3 (EMIF16) the NAND controller supports pages up to 512B, but in the EVL MT29F1G08 is being used, which is 2112B page.
Please advice.
The NAND controller can perform HW ECC on 512 bytes in one operation.
For a 2112 byte page which is actually 2048 bytes of data + 64 bytes of OOB, the controller will perform read/write operations 4 times for every page.
--Sandeep