Hello
New to the TI/DSP stuff, I have been trying to figure out why I can't get DSP code to run faster. I have read through the forums as much as I could but have not figured out what my issue is. I have tried adjusting the DSP mapping but that does not effect anything at all I think I am missing a key point.
I have attached a text file that contains two different memory map runs with the benchmark runs
Here are two different memory maps I did for C6RUN:
First I had DSP_REGION_CMEM_SIZE at 16 MB and
DSP_REGION_CODE_SIZE at 13 MB
then I tried DSP_REGION_CMEM_SIZE at 28 MB and
DSP_REGION_CODE_SIZE at 28 MB
Beside that only not making any difference. When I checked lsmod for both there was no difference even though I suspect there should be...
I do all the steps that the readme for c6run says to do in setting up platform etc..and I do not run into any run time errors
I read that I am NOT suppose to adjust DSPLINK memory map as the platform config does that for me...
How do I get the DSP to run faster? What I'm I missing?
Any recommendations would be great.