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.

[参考译文] TIDM-02014:有关 foc.h 中 ipark_run 的问题

Guru**** 2465890 points
Other Parts Discussed in Thread: TIDM-02014

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1493985/tidm-02014-question-about-ipark_run-in-foc-h

器件型号:TIDM-02014

工具与软件:

对于 TIDM-02014、foc.h 中的 ipark_run:

静态内联 void ipart_run (Motor_t *、位于中)

IN->Vout_AB_V[0]=(IN->Vout_DQ_V[0]* IN->Cosine)-
(IN->Vout_DQ_V[1]* IN->SINE_OUT);
IN->Vout_AB_V[1]=(IN->Vout_DQ_V[1]* IN->Cosine)+
(IN->Vout_DQ_V[0]* IN->SINE_OUT);
}

不应该"in->cosine"也是 cosine_out?  因为使用了"SINE_OUT"。

谢谢!