omapl138 arm开启cache导致spi flash读写错误

2019-07-30 15:45发布

如果不开cache,spi flash没有问题;开cache后,发现写进进flash的数据和回读数据不一致。

cache开启流程如下:

    MMUTtbInit();

    // Configures translation table base register
    // with pagetable base address.
    CP15TtbSet((UINT)m_auiPageTable);

    // Enables MMU
    CP15MMUEnable();

    // Enable Instruction Cache
    CP15ICacheEnable();

    // Enable Data Cache
    CP15DCacheEnable();

是否是cache使用有误?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。