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: LCM in TMS320F28P650

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Excuse me, in the process of learning to use LCM and self-checking, I understood that self-checking has always been a library function. So, I'd like to ask:


1. Do I have to call the library function to self-check? Can I use my own functions for real-time comparisons in LCM?


2. Is LCM only used for self-check and real-time comparison?

Thanks!

  • Hi,

    Yes, please check the c2000ware location : "C2000Ware_xx_version\libraries\diagnostic\[devicename]\source\stl_lcm.c"
    This should have the example functions need to run the self-test.

    I would also encourage you to check the technical reference manual -LCM chapter like shown below



    Self-test's is for check of the diagnostic (LCM in this case) to cover latent faults.

    Thanks