reference to SPNA178 – April 2015: Monitoring PWM Using N2HET
In the PWM monitoring N2HET program,
Both
L02 PCNT { hr_lr=HIGH,type=RISE2FALL,pin=PULSE_MONITOR_PIN_NUM};
and
L04 MCMP {
next=L00,hr_lr=LOW,cond_addr=L05,pin=0,order=REG_GE_DATA,reg=R,data=SKIP_EDGES,hr_data=0};
Can MCMP also uses hr_lr = HIGH when MCMP(pin) is different from PCNT(pin) ? To my understanding, in one loop, only one HR instruction in HR mode for each N2HET PIN can be used, so multiple HR Instructions with different PINs are allowed ?
Is this correct ?