Hi,
As per 3137 TRM,
What could be the possible error while measuring the Tperiod if we use two instructions with hr_lr = HIGH as shown below. I see it against the TRM recommendation but I have a limitation not to change this code.
;Ton
Test_TON PCNT {hr_lr=HIGH,reqnum=1,request=GENREQ,type=RISE2FALL,pin=TEST_PIN};
;Tperiod
TEST_TP PCNT {hr_lr=HIGH,reqnum=1,request=GENREQ,type=RISE2RISE,pin=TEST_PIN};
Thanks