主题中讨论的其他器件: HALCOGEN
大家好、
N2HET 模块可生成具有不同占空比的脉冲信号、客户想知道如何将不同的相移应用于这些脉冲信号?
谢谢。
此致、
樱桃
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.
;PWM 编码对应给定的 HCLK 频率= 150MHz、VCLK2=75MHz、hr=1且 LR=32、因此 LRP=426.67ns
;Pulse Width = 600us、PWCNT Data=1407、Period = 160ms、DJZ DATA=374998
;两个 PWM 信号之间的延迟为2ms,subdata=4687
l00 CNT{reg=a、max=374998、data=0};
L01 PWCNT{next=L02、hr_lr=high、cond_addr=L02、en_pin_action=on、pin=0、action=PULSEHI、reg=none、data=1407、hr_data=0};;pulse width=(data-1)* LRP
L02 DJZ{next=L03、COND_addr=L014、reg=none、data=374998};;;脉冲周期=(DATA+1)* LRP
l03 sub{src1=IMM、src2=a、dest=none、next=L04、data=4687};
L04 BR{next=L00、COND_addr=L05、event=N};;N 为负值
L05 PWCNT{next=l013、hr_lr=high、COND_addr=l013、en_pin_action=on、pin=1、action=PULSEHI、reg=none、data=1407、hr_data=0};
L013 BR{next=L00、COND_addr=L00、EVENT=NOCOND};
L014 MOV64{next=L015、remote=L01、control=off、en_pin_action=on、cond_addr=L02、pin=0、comp_mode=ecmp、action=PULSEHI、reg=none、data=1407、hr_data=0};
L015 MOV64{next=L016、remote=L02、control=off、en_pin_action=on、cond_addr=L014、pin=0、comp_mode=ecmp、action=PULSEHI、reg=none、data=374998、hr_data=0};
l016 MOV64{next=L013、remote=l05、control=off、en_pin_action=on、cond_addr=L013、pin=1、comp_mode=ecmp、action=PULSEHI、reg=none、data=1407、hr_data=0};