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.

TMS320F280039C: CLA中可以操作PWM的寄存器吗?

Part Number: TMS320F280039C

CLA中可以操作PWM的寄存器吗?

比如:

__interrupt void Cla1Task1 ( void )

{

    EPWM_setDeadBandDelayMode(S12_PWM_BASE, EPWM_DB_RED, false); // 在CLA中操作PWM寄存器

}