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.

[参考译文] TMS570LS1224:刷写软件后、系统复位在未定义尝试时挂起

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1379789/tms570ls1224-system-reset-hangs-on-undefentry-after-flashing-the-software

器件型号:TMS570LS1224

工具与软件:

当我使用 FreeRTOS 和应用软件将程序加载到 TMS570LS1224控制器时、CCS 中没有显示运行选项。 我们也将部分存储器分配给了引导加载程序。 错误 LED 也开始闪烁。  我认为可能会发生存储器错位情况。 我将附加内存映射和 sys_intvecs.asm 片段以供参考。 请看一下。

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

    尊敬的 Nikita:

    我认为、您的链接器文件中有几项内容需要是正确的。

    1.您的原始地址看起来错误。

    例如:

    考虑向量长度、即0x24、这意味着编译器将从0x00000000分配内存到 0x00000023。 因此、如果分配0x24长度、则下一个扇区源地址应为0x00000024、而不是 0x00000025。

    2.向量长度可以为0x20。

    您可以参考以下内容一次:

    ——
    谢谢、此致、
    Jagadish。