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.

修改HVLLC-DPL-ISR.asm 参数

修改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的时候 提示错误,这里的值不能修改吗