Hi,
I want to transfer some data from SDRAM to NAND Flash on OMAP L138.
I did following.
1. Copy the data from SDRAM to local variable.
2. Erase NAND Flash block 0.
3. Write NAND Program command byte, Address bytes.
4. Write data bytes from local variable to NAND Offset data.
5. Write NAND program Confirm byte.
With this I am able write the data correctly.
Same thing I tried as following using QDMA.
1. Erase NAND Flash block 0.
2. Write NAND Program command byte, Address bytes
3. Configure QDMA with destination address as NAND Offset data.
4. Write NAND program Confirm byte.
With this procedure, when I read data from NAND flash, I see wrong data.
Can we use QDMA for SDRAM to NAND flash like this?
Please let me know.
thanks, Durga