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.

Problem in Reading NAND flash in AM335x evm board

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?