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.

[参考译文] TMS320F28P650DK:TMS320F28P650中的 LCM

Guru**** 2463330 points
Other Parts Discussed in Thread: C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1498679/tms320f28p650dk-lcm-in-tms320f28p650

器件型号:TMS320F28P650DK
主题:C2000WARE 中讨论的其他器件

工具/软件:

抱歉、在学习使用 LCM 和自检的过程中、我知道自检一直是一个库函数。 因此、我想问:


1.我必须调用库函数来进行自检吗? 我是否可以使用我自己的函数在 LCM 中进行实时比较?


2. LCM 是否仅用于自检和实时比较?

谢谢!

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

    您好、

    是的、请检查 c2000ware 位置: "C2000Ware_xx_version\libraries\diagnostic\[devicename]\source\stl_LCM.c"
    该示例中应包含运行自检所需的示例函数。

    我也建议您按如下所示查看技术参考手册-LCM 一章



    自检用于检查诊断(本例中为 LCM)、以涵盖潜在故障。

    谢谢