Hello,
The description for 'SL_SelfTest_SRAM ' in 'SafeTIDiagnosticLibrary-User'sGuide-v2.3.1.chm' contains:
[in] | param1 | - Pointer to structure that is used to return the test status & results Note: contents of structure param1 is valid only for self-test. Not valid for Fault Injection modes. |
My issues are:
- The parameter is called 'sram_stResult', not 'param1'.
- It's an 'enum', not a structure.
- What does 'only valid for self-test' mean? Does this means that I only need to check 'param1' for 'SRAM_PAR_ADDR_CTRL_SELF_TEST' and other eight test types just need a return value check?
Regards,
Mark Kingston.