Hello,
I'm testing Sample NAND Secondary Boot from tech document spraag0d.
There is a problem when I read data from NAND flash.
NAND_WaitForRdy() is always TIMEOUT when read the same block and the same page.
But if I shift one block when I'm writing data into NAND flash.
The TIMEOUT of NAND_WaitForRdy() shifts one block too.
So, I think it's not a bad page problem.
e.g.
write AIS from | block 1 / page 0 block 2 / page 0
NAND_WaitForRdy() timeout when reading | block 5 / page 9 block 6 / page 9
Any ideas?
Thank you.