Hi
we have a AM335x design with a NAND flash and an FPGA . Both devices are connected via GPMC bus with the processor. The GPMC_WAIT signal is used in the FPGA interface as a handshake signal. In parallel (wired-or) this signal goes to the ready/busy pin of the NAND flash.
When the NAND flash is busy there is conflict situation because no transfer to/from the FPGA is possible during this (long) busy time. Any attempt to do that results in bus timeout.
Question: Is it possible to use a NAND flash without connecting the GPMC_WAIT signal to the ready/busy pin ?
Best regards
Reto