看到FSL 应用笔记上一段描述cache的话,没有很理解。请问FAE,能否帮我讲的透彻一点。
The flash regions default to write-through mode as that is the lowest possible cacheable mode. Writes to the flash do not use a memory mapped write bus cycle, so even though the flash regions are write-through, writes will not actually modify the flash and correct code should not be attempting write access to the flash over the CODE bus.