当前的PC指针的偏移地址的值被写入到LINK积存器内,
因此,程序可以从事件触发前的正确位置返回继续执行。

解决方案 »

  1.   

    http://www.csdn.net/expert/topic/349/349462.shtm
    是你贴的吧。
      

  2.   

    如果当异常发生时处理器正处于THUMB状态,那么当异常错误的偏移地址装载到PC中时,它将自动转换在ARM状态,
    If the processor is in THUMB state when an exception occurs, it will automatically switch into ARM state when the PC is loaded with the exception 
    vector address.
    上面那句话是我翻译的,
    可是我觉得“那么当异常错误的偏移地址装载到PC中时”这句话我译错了。
      

  3.   

    exception 有可能是事件的意思。
      

  4.   

    那么当异常错误的偏移地址装载到PC中时
    可是这句话的改为事件的偏移地址也不太对呀。
    我可以在QQ里问你吗?
    我的QQ是45356763
      

  5.   

    这里的PC和我们日常说的PC不一样了,在单片机中代表地址指针!