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.
您好:我利用28335芯片学习路径C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Sensorless_2833x下的HVPM_Sensorless.c时,进行level1的调试并按照给的教程进行graph显示时总是不正常:
DlogCh1 = _IQtoQ15(svgen1.Ta);
DlogCh2 = _IQtoQ15(svgen1.Tb);
DlogCh3 = _IQtoQ15(svgen1.Tc);
DlogCh4 = _IQtoQ15(svgen1.Tb-svgen1.Tc);
按照这个设置之后显示的图形如下:
按照论坛上某个帖子中把buffer size和display Data size都设置成1024,仍然显示不正常和文档中给出的差很多
问题:例程中的数据都没有改动,我用示波器观察level1下的PWM波形是正常的,我的问题是不知道该怎么设置graph数值,在我用的是CCS5.4版本。
希望得到解答!谢谢~
后来的正确处理方法已经发在这篇帖子中了http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/p/63205/142898.aspx#142898 ,可以参考下。
后来的正确处理方法已经发在这篇帖子中了http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/p/63205/142898.aspx#142898 ,可以参考下。