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.
在用6678进行多核操作的时候,要用到共享变量,因此需要对各个core的cache进行一致性的维护。以前一直用的是cache_wbL1d(); 将core对应的cache里面的数据写回memory(msmc)。但是发现网上对write back的解释是只更新数据到cache,并不会把cache里面的新数据更新的memory里面去。
TI用的write back和网上的是不同的意思吧?