首页 > 代码库 > Reserved space protection
Reserved space protection
Reserved space (invalid address) is protected against abnormal access. Reads from invalid address return garbage; writes to invalid address are blocked. Access to reserved space can generate exceptions, this is very helpful for capturing bug of software.
DSP core reads from any invalid address will always trigger L1D memory protection exception because this access finally goes through L1D controller.
DSP core executes from invalid address will trigger Instruction fetch exception.
For invalid write, depends on the address, different exception event will be triggered.
When DMA access invalid address, bus error will also be reported in the DMA module. The DMA error event can also be routed to DSP core as exception.
DSP core reads from any invalid address will always trigger L1D memory protection exception because this access finally goes through L1D controller.
DSP core executes from invalid address will trigger Instruction fetch exception.
For invalid write, depends on the address, different exception event will be triggered.
When DMA access invalid address, bus error will also be reported in the DMA module. The DMA error event can also be routed to DSP core as exception.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。