Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是 Cortex A9 处理器的 ARM 勘误表。
描述:-
在处理器准备进入 WFI 状态时接收到的不精确的外部中止可能会导致处理器死锁。显式内存事务可以通过在 WFI 指令之前插入 DSB 来完成。但是,这并不能阻止先前发出的 PLD 指令页表遍历与先前发出的 PLD 指令相关联或作为 PLE 引擎的结果生成的内存访问。如果在执行 WFI 指令后由于这些内存访问之一而返回外部中止,则处理器可能会导致死锁。
那么,如何通过保护MMU来防止死锁。