在《Cortex-M3技术参考手册》当中,原文是这样讲的: After pushing the eight registers, the ISR uses the main stack, and all subsequent interrupt pre-emptions use the main stack.
P40最上面一句话,“当使用下面的其中一条指令将LR的值装入PC......”,翻译有错,参见《Cortex-M3技术参考手册》P103,不是将LR的值装入PC,而是0xFFFFFFFX,原文如下: Exception returns occur when one of the following instructions loads a value of 0xFFFFFFFX into the PC: