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.

[参考译文] RM48L950:SafeTI 诊断库与 CCS 集成

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1028576/rm48l950-safeti-diagnostic-library-integration-with-ccs

器件型号:RM48L950
主题中讨论的其他器件:HALCOGEN

尊敬的 TI:

我们的项目应符合 IEC-61508标准、因此我们需要定期执行 MCU 内置诊断。 SafeTI 诊断库提供了执行这些诊断的库驱动程序。 我对 SafeTI 诊断库、Halcogen 和 CCS 有一些疑问。

i. SafeTI 诊断库 API 将在 sys_startup.c 文件中执行引导时诊断、并在 main.c 文件中执行定期诊断。 我的理解是否正确?

二 在 halcogen 中配置安全初始化选项卡的作用是什么? 它是否与  SafeTI 诊断库有任何关系? 或者、如果 使用了 SafeTI 诊断库、是否必须在安全初始化中进行配置?

三  使用 SafeTI 诊断库时、是否需要为 ESM 模块启用组1中断?

四. 请提供将安全诊断库集成到定制 CCS 工程中的步骤?  

此致、

Monish P

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="460445" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1028576/rm48l950-safeti-diagnostic-library-integration-with-ccs ]i. SafeTI 诊断库 API 将在 sys_startup.c 文件执行引导时诊断、并在 main.c 文件执行定期诊断。 我的理解是否正确?[/引述]

    是的、您回答正确。

    [引用 userid="460445" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1028576/rm48l950-safeti-diagnostic-library-integration-with-ccs ]II 在 halcogen 中配置安全初始化选项卡的作用是什么? 它是否与  SafeTI 诊断库有任何关系? 或者、如果 使用了 SafeTI 诊断库、则必须在安全初始化中进行配置?[/quot]

    HALCoGen 是在 SafeTI 诊断库之前开发的、因此它们之间几乎没有重叠的安全诊断功能。 出于传统原因、我们继续支持 HALCoGen 诊断(sys_selftest.c)。 我们强烈建议使用 SafeTI 诊断库实现安全功能。

    [引用 userid="460445" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1028576/rm48l950-safeti-diagnostic-library-integration-with-ccs ]II 在 halcogen 中配置安全初始化选项卡的作用是什么? 它是否与  SafeTI 诊断库有任何关系? 或者、如果 使用了 SafeTI 诊断库、则必须在安全初始化中进行配置?[/quot]

    不可以、这些项目用于在 sys_selftest.c 中生成函数、并决定在 startup.c 期间调用 whihc 函数 请查看我的第二个问题答案。

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

    您好、Wang、

    感谢您的快速回复。 还有一些疑问。

    三  使用 SafeTI 诊断库时、是否需要为 ESM 模块启用组1中断?

    四. 请提供将安全诊断库集成到定制 CCS 工程中的步骤?  

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

    您好、Monish、

    1.是的、某些 ESM 组1通道的中断被启用。 请参阅 demo_app 文件夹中 RM48L950的 HAL 配置:

    ESM 配置窗口显示启用中断和 nERROR 的通道。

    2.我没有这种文档。 安全诊断库包含每个器件的示例。 请查看 demo_app 文件夹中 RM48器件的示例项目:

    此文件夹中的 sys_startup.c 调用 SDL API、而不是 HALCoGen 生成的函数。