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:TMS570LC4357

Guru**** 2451020 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/988187/tms570lc4357-tms570lc4357

器件型号:TMS570LC4357

您好!

我将为 TMC570LC43x MCU 使用引导加载程序项目。

当我按下数字3时、它将跳转到二进制映像。 在运行不同的二进制映像时是否可以跳转到另一个二进制映像?

这是因为辐射是破坏正在运行的二进制映像的空间。 我将其用于卫星项目。

是否可以在 MCU 上使用冗余引导加载程序?  如何实现?

是否可以在引导加载程序上记录活动?如何操作?

非常感谢、

法罗

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="480324" URL"~/support/microcontrollers/other/f/other-microcontrollers-forum/988187/tms570lc4357-tms570lc4357是否可以在 MCU 上使用冗余引导加载程序?  如何?[/报价]

    用于复位异常的处理程序(CCS 示例项目中的_c_int00)在异常矢量表中进行硬编码、该表位于地址0x0处的闪存存储器开始位置。 在此器件上只能运行一个引导加载程序。

    [引用 userid="480324" URL"~/support/microcontrollers/other/f/other-microcontrollers-forum/988187/tms570lc4357-tms570lc4357 "]是否可以在运行不同的二进制映像时跳转到另一个二进制映像?[/quot]

    您可以在不同的闪存扇区中有多个应用程序映像。 引导加载程序决定代码跳转到哪个应用程序。 引导加载程序可以根据 PC 命令更新其中一个应用程序。

    [引用 userid="480324" URL"~/support/microcontrollers/other/f/other-microcontrollers-forum/988187/tms570lc4357-tms570lc4357 "]可以在引导加载程序上记录活动“如何?[/quot]

    您可以将活动记录到文件中。