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.

Can AM335x GPMC interface to FIFO device?

I wonder if it's possible to connect am335x gpmc to a FIFO device such as AL422B/AL460A?

I have this question because according to am335x datasheet, gpmc is required to place address on the bus line before reading data, but fifo device does not need this address. Asserting read reset signal resets the reading address to 0. After that the data is read sequentially and the address is incremented automatically after each read cycle. Can am335x gpmc interface work this way?