Part Number: AM3352
Tool/software:
Hi experts
Customer configuration GPMC, 8bit address is 00 01 02 03 04 05 06 07.... But 16bit is 00 02 04 06 08 0A..... That's it. 16bit address is not contiguous. The configuration of the device tree is different, except that the bank-width of the GPMC is configured as 1, which is 8bit, and as 2, which is 16bit. Then the FPGA reads that 8 bits are sequential addresses, and 16 bits are only even addresses.


8bit:

16bit

When reading continuously, the chip selection is not continuous, and the read have very big latency, the actual read bandwidth is very low. Calculate a bandwidth of almost 2 M/s.
what causes that
In addition, how to implement address-less reading