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.

TMS570LS0432: Where is this API function, is there a document introduction?

Part Number: TMS570LS0432

Hello

Team

This API function Reg_Read_Compare,where can I find some paper of it.I see the safety_library have some paper and test report.And this function is also belong to the  safety_library.

So I want to look the paper and test report about  “Reg_Read_Compare”

  • Hello Whong,

    Periodic read back of configuration registers can provide a diagnostic for inadvertent writes or disturb of these registers. This API in the safety library is to read the value from the config registers and compare them with the baseline one. 

    There is no test report for this function. 

  • Hello

    QJ 

    Is there  a requirements document about it, or a design implementation document? Can you show me

  • Hello,

    All the related documentations are in C:\ti\Hercules\SafeTI Diagnostic Library\2.4.0\docs

    Since the static configuration is defined by the application, you need to decide which registers should be readback. Reg_Read_Compare() is not a SDL API. It should be defined by your application.