码迷,mamicode.com
首页 > 其他好文 > 详细

Reserved space protection

时间:2014-06-20 11:58:31      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:style   cti   for   res   io   size   

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

标签:style   cti   for   res   io   size   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!