Hi,
I am working on C6670 processor. In my application there is a buffer of size around 250 KB which currently resides in L2SRAM.
For utilizing L2SRAM memory, I moved this buffer to DDR3 memory location. But my requirement is to CACHE this buffer
in L1D for improving the real-time performance. But I am unable to cache this buffer in L1D.
Checked the platform.xdc file, i am restricted to use Code, Data & Stack memory sections as L2SRAM.
Is there any method to cache DDR3 in L1D ? Currently I am blocked with this issue, which is affecting the application performance.
Regards,
Saravanan.