Hi,
I have to read 32bit words from a FIFO, mapped on the emif. And split these words in 2 different arrays, 16bit wide.
I know I can implement it with 2 chained tranfers, with a transfer from fifo to memory 32bit wide (A=4), and then a 16bit one to split the 32 bit words in 2x16bit arrays (A=2).
But is there a way to implement it with a single transfer and make a 32bit memory access on the emif to the fifo register with A=2?
Best regards
Massimo