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.

DSP/BIOS的CACHE 配置



您好,我使用的芯片是C6748,使用DSP/BIOS。

C6748的L1P L1D L2都可以部分配置成缓存或RAM。DSP/BIOS中默认设置L1P L1D为cache,L2全部为RAM。请问,在使用DSP/BIOS的工程中,如果我想将L2的64k配置成cache,请问需要怎么操作?是否将IRAM的大小(len)设置为0x00030000即可?还是必须在main函数中调用函数进行配置?