Other Parts Discussed in Thread: TMS570LS3137
Good morning,
We are trying to run the SL_SelfTest_Flash with parameters FLASH_ADDRESS_PARITY_SELF_TEST and FLASH_ADDRESS_PARITY_FAULT_INJECT used as showed below:
retVal = SL_SelfTest_Flash (FLASH_ADDRESS_PARITY_SELF_TEST, TRUE, &testResult);
retVal = SL_SelfTest_Flash (FLASH_ADDRESS_PARITY_FAULT_INJECT, TRUE, &testResult);
We added these tests to the demo application called "TMS570LS3137_NoOS" installed with the Safety Diagnostic Library 2.2.0.
The test gets stuck in a loop of calls to the esm_application callback functions. It seems that the register containing the ESM group 2 Channel 4 information is not cleared.
Thank you & Best Regards
Davide