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.

cache problem

Other Parts Discussed in Thread: SYSBIOS

Hi,

    I'm doing a project on evm6678L. IPC is used to provide inter-core communication. I put the code section of slave core program in MSMCSRAM to save some space. The program is loaded successfully on each cores. but when run, the desired result don't show. I pause the cores for serveral times and observe the cores's states. I notice that on one of the cores is  running ti_sysbios_family_c66_cache_module_startup_F() repeatly. I think that's because the Cache module fails to start up. Can someone tell me what to do next to find out what causes the cache startup failure?