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.

TMS570LS3137: about Register check

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?