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: Data portion of DJZ instruction

Part Number: TMS570LS3137

Hi Team,

We are using DJZ instruction in our HET application micro code and after DJZ instruction, we would like to read the data field of DJZ. Can we read the data field of DJZ instruction?
The reason is that when we perform the read operation, we are struck and not able to perform the frequency measurement.

...

L06 MCMP { next=L07,cond_addr=L08,pin=0,order=DATA_GE_REG,reg=R,data=211};
L07 DJZ { next=L09,cond_addr=L09,reg=NONE};
L08 ADCNST { next=L09,remote=L07,min_off=0,data=1};

L09 ADD { src1=REM,src2=ZERO,dest=IMM,next=L10,remote=L08,data=0};

...