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.

[参考译文] TMS570LC4357:引导顺序的 QS

Guru**** 2445440 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1227926/tms570lc4357-qs-on-booting-sequence

器件型号:TMS570LC4357

大家好:

   我想知道这款芯片的软件启动顺序。 在我们的项目中、我发现许多汇编文件、如"sys_intvecs.s"、"int_A.s"、"HL_sys_core.s"、但我不知道运行顺序。

  此外、_c_int00函数的用途是什么? 在使用此函数之前是否已设置 C 语言环境?

谢谢、此致

限制

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

    您好、Li

    我们已着手解决您的问题、并将很快提供更新。

    --

    谢谢。此致、
    Jagadish。

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

    您好、Li

    复位后、内核调用的第一个函数是"_c_int00"

    此函数将在调用实际应用之前执行所有内核初始化和存储器初始化。

    此函数还将调用 systemInit 函数、该函数将执行 PLL 初始化、pinmux 初始化等

    在 _c_int00中完成所有必要的初始化后、该函数将调用 main 函数。

    --

    谢谢。此致、
    Jagadish。