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.

TMS320C6678: Cache一致性维护问题

Part Number: TMS320C6678


尊敬的TI工程师:

       在测试C6678多核内存读写时发现,CORE1向地址0x0C24009C写入数据后,CORE7无效化L1DCache后进行读取操作会改变该地址处的值, ,此时红色出的数值是CORE1写入的,单步调试停在读取这一行 ,单步步入后发现 似乎这个赋值操作会改变该地址处的数值,多次单步调试发现,每次的数值都是这一个,而且其他核写入核7读取都是成功的。代码截图如下: