Hi,
I want to measure the execution time of my HET program.
I tried the following:
L01 ADD { src1=ZERO,src2=ZERO,dest=A,rdest=NONE,data=0};;
L02 ECMP { next=L03,hr_lr=HIGH,en_pin_action=ON,pin=8,action=SET,reg=A,data=0,hr_data=0};
; My HET program
L04 ADD { src1=ZERO,src2=ZERO,dest=A,rdest=NONE,data=0};
L05 ECMP { next=L01,hr_lr=HIGH,en_pin_action=ON,pin=9,action=CLEAR,reg=A,data=0,hr_data=0};
The ECMP should always be true as the register A is ZERO.
I use the HR share feature for pins 8 and 9.
I expect the pin to be set at HET program start and to be reset on HET program end. However, the pin stays high.
What am I doing wrong? Or Is there a another way to determine the execution time of the N2HET program?
Thanks and best regards,
Katharina Gilles