I use Linux environment . I don't use CCS development environment.
If I want to use ARM/DSP cache, I must use CCS to develop my code??
If not, how can access DSP's internal memory on ARM-side or access ARM's internal memory on DSP-side??
Now I want to do this, on ARM-side, I handle some things and put the result in ARM's internal memory.
Then ARM call DSP, DSP can access ARM's internal memory and uses the data of ARM's internal memory to do another things.
Finally, DSP handles the things, puts the final data to DDR2.
Can anyone give me some suggestion?
Thanks all.