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.

[参考译文] HALCOGEN:使用 SafeTI 诊断库实现自检

Guru**** 2747375 points

Other Parts Discussed in Thread: HALCOGEN

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1007708/halcogen-self-test-implementation-using-safeti-diagnostic-library

器件型号:HALCOGEN

您好!

我的客户希望使用 HalCoGen 实现自检功能。
根据原始线程(上面已链接)、HalCoGen 似乎不支持 RM57Lx 的自检生成。
相反、答案建议使用 SafeTI 诊断库 API。

客户已查看下的 docs 文件夹
\ti\Hercules SafeTI 诊断库\2.3.1
但使用方法不够清楚。

您能解释一下如何使用 SafeTI 诊断库逐步实现 HalCoGen 项目的自检功能吗?

谢谢、此致、
田志郎一郎

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

     您好、一郎一郎、

    最新版本的 safeti 诊断库为2.4。 请更新至最新版本。

    库文件夹中有多个演示。 app_main_Noos.c 中提供了一些使用 API 的示例。 例如

    RetVal = SL_SelfTest_CCMR5F (CCMR5F_CPUCOMP_SELF TEST、TRUE、&failInfoCCMR5F);
    Increment_pass fail_counter (failInfoCCMR5F.stResult、RetVal);

    e2e.ti.com/.../app_5F00_main_5F00_NoOS.c