Hi,
I bought DSK6455 revision 2 and it has one strange feature.
Its memory bandwidth is too low. For example: when I copy data from IRAM to DDR2 the memory bandwidth is near 1000MB/s and when I copy data from DDR2 to IRAM the memory bandwidth is near 1900MB/s. All data and a code are placed in IRAM.
I have attached the test project.
In this project I try to copy 32768 byte from DDR2 to IRAM and from IRAM to DDR2.
It takes 36000 and 20000 cycles respectively.
I copy data using CSL_DAT library which works through QDMA.
Could you please explain this difference in memory bandwidth?