Other Parts Discussed in Thread: HALCOGEN
Hello,
I am new to NHEt and I try to create a simple edge detection on pin0-pin4.
First I am try to do this only on one pin. I used the HET IDEs example algorithm
; Input Time Stamp using WCAP ; Possible events ={NOCOND | FALL | RISE | BOTH}
L00 CNT { reg=A, max=1ffffffh} L01
WCAP { next=L00,pin=0,event=BOTH,reg=A,irq=ON,data=0};
I enabled the interrupt and test the HET interrupt with other halcogen generated code, but my het program do not do interrupt.
Is there any error in my het code. Or should I need to add somethin?
Best Regards,
Mate