Hi, TI 的工程师们,TM4C123GH6PZ 在 bootloader 时,用户程序中如何设置中断向量的偏移?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,请使用VTABLE寄存器重新分配中断向量表起始地址。默认的是从0x0开始。
在system reset中,向量表被固定到了0x0000.0000。拥有特殊权限的代码可以写入向量表偏置寄存器(VTABLE)来重新向不同的内存位置(范围从0x0000.0400 到 0x3FFF.FC00,请见第106页的“Vector Table”)分配向量表起始地址。请注意当配置VTABLE寄存器时,偏置必须与1024字节边界对齐。