Hello,
I'm trying to figure out how fast I can write/read from the DDR2 with C6472 (using one core only, for now).
My program write in blocks using memset. I've tried many sizes, but starting from 1024 bytes there doesn't seem to be much difference.
To get maximal speed, I use maximum cache (L1 and L2), and compile my program with release settings.
Still, the speed I get (for writing) is around 400 MByte/sec, and I understand it should be more.
What is, theoretically, the highest speed I can achieve?
Also, what else can I do to make it quicker? Are there any DMA settings I can use?
Thanks.