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?