Quantcast
Channel: C2000™︎ 微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 12174

修改HVLLC-DPL-ISR.asm 参数

$
0
0

修改HVLLC-DPL-ISR.asm文件中的几个位置时候 报错

.if(INCR_BUILD = 1)
ADCDRV_1ch_INIT 7 ; Vout

PWMDRV_LLC_ComplPairDB_INIT 1 ; PWM1AB
PWMDRV_LLC_1ch_UpCntDB_Compl_INIT 2 ; PWM2A
PWMDRV_LLC_1ch_UpCntDB_INIT 3 ; PWM3A
.endif

修改为

.if(INCR_BUILD = 1)
ADCDRV_1ch_INIT 4 ; Vout

PWMDRV_LLC_ComplPairDB_INIT 1 ; PWM1AB
PWMDRV_LLC_1ch_UpCntDB_Compl_INIT 2 ; PWM2A
PWMDRV_LLC_1ch_UpCntDB_INIT 3 ; PWM3A
.endif   修改为4的时候 提示错误,这里的值不能修改吗


Viewing all articles
Browse latest Browse all 12174

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>