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.

LLC数字电源请教

Other Parts Discussed in Thread: CONTROLSUITE
 大家好,目前本人在学习C2000 LLC数字电源,主要参考为controlsuite的内容,现在在看LLC的程序,想问下构建3模拟比较器被启用时闭环运行的情况下,AD采集了5个数字,然后如何计算出2P2Z的系数的,而这些系数又是如何调节PWM输出的,这部分的代码在LLC数字电源程序中没有找到,请问在什么地方? 
  • 2P2Z环的输出,即CNTL_2P2Z_Out1 = &Period;这句话,2P2Z会自动把运算结果放到Preiod地址中,PWMDRV_LLC_ComplPairDB_Period1 = &Period;, PWMDRV_LLC_1ch_UpCntDB 3在汇编中执行后,就把值更新到周期寄存器中了。