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.

[参考译文] RTOS/AM3354:中断矢量表代码位置

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/667168/rtos-am3354-interrupt-vector-table-code-location

器件型号:AM3354

工具/软件:TI-RTOS

大家好。

当我在 CCSv7中选择空项目+ main.c 时、会创建一个 startup_arMCA8.S 文件、该文件包含 IVT 配置代码。

另一方面、如果你选择 SYS/BIOS 最小项目、那么 startup.s 文件不存在。

我想知道 IVT 配置代码是否在库中、所以我看不到它。

此致、schezow。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    RTOS 团队已收到通知。 他们将在这里作出回应。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Schezow、

    没错。 在裸机应用中、中断矢量表需要由用户配置、而对于 SYS/BIOS 应用、与中断相关的初始化由 SYS/BIOS 进行处理。