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.

[参考译文] TM4C123GH6PZ:如何在使用引导加载程序时在用户程序中设置中断矢量偏移量?

Guru**** 1567975 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1172642/tm4c123gh6pz-how-to-set-interrupt-vector-offset-in-user-program-when-using-bootloader

器件型号:TM4C123GH6PZ

大家好、

以下是客户提出的问题、可能需要您的帮助:

如何在使用引导加载程序时在用户程序中设置中断矢量偏移量?

谢谢、此致

耶鲁李

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Yale、

     请使用 VTABLE 寄存器重新定位矢量表的起始地址。 默认情况下、矢量表从0x0开始。  

    系统复位时、向量表固定在地址0x0000.0000。 特权软件可以写入
    向量表偏移量(VTABLE)寄存器用于将向量表的起始地址重新定位到其他地址
    存储器位置、范围0x0000.0400到0x3FFF.FC00 (见第106页的“向量表”)。 注释
    配置 VTABLE 寄存器时、偏移量必须在1024字节边界对齐。