Hi,
I am using EVM board for testing NAND flash.
I do have following issue.
When I read NAND page I got the following Error : NAND_STATUS_READ_ECC_UNCORRECTABLE_ERROR.
I have commented NANDWrite() and NANDErase APIs.
I wanted to know what will be the values in flash when I read blank NAND flash page.
As per my understanding it should be 0xff (2048 times, as page size) and read should be successful.
But instead of getting success I got the above error.
Please let me know what exactly the problem is. is my above understanding is correct or not?