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.

ECMP compare 0 does not work

Hi I have something of this sort in my code.

AP_START    .equ 0

...


L01:	ECMP{
	next = L02,
	cond_addr = L02,
	reg = A,
	hr_lr = LOW,
	en_pin_action = ON,
	pin = PIN_AP_LO,
	action = SET,
	data = AP_START
};

The pin does not set. where as the rest of the code works fine.

N2HET code attached.

5732.stepper_waveform_w_chopping.het.tar.gz