I want to enable cache for the DM6467 when I simulate the program in the ccs3.3.
But there is no csl for the DM6467. What should I solve the problem?
who can help me?
Thank you!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Since you are using CCS I assume you are talking about the cache on the C64x+ side of the device? If this is the case you would typically be running DSP/BIOS on the C64x+, and the effective replacement for the CSL cache management functions is the BCACHE API from within DSP/BIOS, the BCACHE API is discussed in section 2.2 of SPRU403. If you are not using DSP/BIOS than unfortunately I do not know of a good alternative, typically in this case you would have to write your own cache management routines.