首页 > 其他 > 详细

Reserved space protection

时间:2014-06-20 11:52:30      阅读:369      评论:0      收藏:0      [点我收藏+]
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.

Reserved space protection,布布扣,bubuko.com

Reserved space protection

原文:http://blog.csdn.net/yiyeguzhou100/article/details/28418261

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!