一,ArmV7-M版本:
ArmV7-M 有ArmV7-M和ArmV7E-M 2个版本,
M3 基于ArmV7-M, M4,M7是基于ArmV7E-M架构
ArmV7E-M比ArmV7-M多了DSP和FPU
二,ArmV7-M工作模式:
Thread mode:Is entered on reset, and can be entered as a result of an exception return.
Handler mode:Is entered as a result of an exception. The processor must be in Handler mode to issue an exception return



三,ArmV7-M堆栈指针寄存器
Stack pointer:The processor implements a banked pair of stack pointers, the Main stack pointer, and the Process stack pointer;
In Handler mode, the processor uses the Main stack pointer. In Thread mode it can use either stack pointer.

四,Control 寄存器描述:
标识特权模式,stack模式,浮点是否active

五,中断分类
PendSV和SysTick是2个系统中断,属于中断

六,Vector Table
Vector Table地址可以被重新指定。

