Tool/software:
Hello,
we have processor TDA3MARBABFRQ1
from time to time only on some ECU we figured out issue with TESOC fails: ISSDSSVIP and ISS.
we go with direction from our past tickets and switch off tests by change configuration:
TESOC_TEST_ID_ISSDSSVIP, \
TESOC_DOMAIN_LABEL_ISSDSSVIP, \
FALSE, \
{
0xFDFFFFFFU
, 0x001DBFFF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} \
}, \
{ \
TESOC_TEST_ID_ISS, \
TESOC_DOMAIN_LABEL_ISS, \
FALSE, \
{
0xFDFFFFFFU
, 0x3FFF, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} \
}, \
issue is not resolved. When we manually commented out taking result from this 2 domain.
It is working as expected and issue cannot be reproduce -> looks like it solved issue.
Open questions are:
- We do not have ISS and DSS but we have VIP -> If we do not run TESOC ISSDSSVIP, is that mean that VIP module is not tested at all and ASIL is affected?
- How it is possible that ISS and DSS can be failed when we do not have physically on micro? Is it real test fail?
- Looks like configuration changes does not help but it is solved with commented out code. Can you suggest other configuration or problem is somewhere else?
Regards,
Krzysztof