Part Number: TMS570LS3137
Hello
I use this code in loop
Reg_Read_Compare(RTI,REBASELINE);
retVal = Reg_Read_Compare(RTI。OMPARE);
INCREMENT_PASS_FAIL_COUNTER(ST_PASS, retVal);
if after this code “Reg_Read_Compare(RTI,REBASELINE);”RTI interrupt function break,and execute rtiREG1->CMP[2U].UDCPx = 20000 change the rtiREG1->CMP[2U].UDCPx
and return execute this “
retVal = Reg_Read_Compare(RTI。OMPARE);
INCREMENT_PASS_FAIL_COUNTER(ST_PASS, retVal);” Is the verification failed?