Hi i'm DaeCheol
I need how to set APCNT period in HET tool.
Because the TRM is not about APCNT period setup specific explanation.
I want to know exact pulse duration that according to set preoid count of APCNT.
Regards.
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.
Hi i'm DaeCheol
I need how to set APCNT period in HET tool.
Because the TRM is not about APCNT period setup specific explanation.
I want to know exact pulse duration that according to set preoid count of APCNT.
Regards.
We received your post. We will get back to you soon.
Haixiao
APCNT measures the external signal's period. You can read this period out from the period count location.
Does this answer your question?
Regards,
Haixiao
Thank you for answer.
But my question is not over.
What is the Period of APCNT in HET IDE Tool?
When APCNT instruction is used,
APCNT have to set period value.
I want to know a detailed mean about period value setup.
Regads,
DaeCheol
I don't think this field in HET IDE is meanful. I gives a initial value to the period field,but will be updated by the input signal you monitored.
Regards,
Haixiao
Period value become updated.
Then, why need initial value?
The following is Software angle generate.
L00 APCNT { next=L01,type=FALL2FALL,control=ON,prv=ON,period=12,data=0};
L01 SCNT { next=L02,step=32,control=ON,gapstart=5697,data=5759};
L02 ACNT { next=L03,edge=FALLING,prv=ON,gapend=5759};
L03 ACMP { next=L04,en_pin_action=ON,cond_addr=L04,pin=31,action=SET,reg=A,data=5758};
L04 ACMP { next=L00,control=ON,en_pin_action=ON,cond_addr=L00,pin=31,action=CLEAR,reg=A,data=2};
I was created Software angle generator in HET IDE.
But it not get angle value.
I don't know how to use software angle generator.