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.

6670 cache

为什么main函数里面初始化如下所示:

void main()
{


int i;
CSL_init();
CACHE_clean(CACHE_L2ALL, 0, 0); 
CACHE_setL2Mode(CACHE_256KCACHE); //设置Cache模式
CACHE_enableCaching(CACHE_EMIFA_CE00); 
CACHE_enableCaching(CACHE_EMIFA_CE01);

会出错如附件所示的错误?