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.

AM3874: Asynchronous Multiple (Page Mode) Read Operation on a Nonmultiplexed NOR Device

Part Number: AM3874

Hello,

right now we are running an Asynchronous SINGLE Read Operation on a Nonmultiplexed NOR Device.

In TRM AM387x Sitara ARM Microprocessors (MPUs) (Rev. E) (ti.com) chapter 11.2.4.10.3.3 there is a mention of Multiple Read.

To quote:

"Figure 11-26 shows an asynchronous multiple read operation on a Nonmultiplexed Device, in which two word32 host read accesses to the GPMC are split into one multiple (page mode of 4 word 16) read access to the attached device."

So, in order to replace Single Read with Page Mode we do not need to change any registers apart from The GPMC_CONFIG1_i[30] READMULTIPLE, and just provide GPMC with two 32bit words and the system will automatically split them into one multiple read access consisting of 4 16bit words?