My question is how to enable L1D cache. I am running simple task in DSP/BIOS on EVM6424. In TCF file i defined sizes of L1P, L1D cache. I'm measuring performance of a function using STS object. The function, which is being measured, is using one look up table in many interations.
What I expect is that L1D should boost function performance since after first iteration look-up-table should stay in cache (it's only 256 bytes so there is no cache size problem and this function is only task in OS so there is nothing else to overwrite cache).
I can see that L1P cache is working because performance depends highly on L1P settings in TCF file but it is completly independent of L1P settings in TCF file.
Krzysztof