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.
I need some clarifications on GPMC posted write mode.
Aaron,
You should set the NANDFORCEPOSTEDMODE bit. "Posted mode" simply means that internal buffers are used to store the write transactions, or in the case of read, the "prefetch" data that is read back from the NAND. This mode exists to optimize performance because it speeds up single accesses to the NAND_COMMAND and NAND_ADDRESS registers. When the bit is set, GPMC will always send back a response as soon as the OCP write command has been registered, so the CPU does not have to wait for the actual write transfer to external NAND flash to complete.
Your usage of AccessMode looks to be correct.
I would direct you to the OMAP35xx technical reference manual (TRM) to find more information: http://focus.ti.com/lit/ug/spruf98g/spruf98g.pdf.
Specifically, 11.1.5.14.1.2 NAND Device Command and Address Phase Control discusses posted writes. Section 11.1.5.14.4 Prefetch and Write-Posting Engine (and subsequent sections) have a deeper discussion of the issues.