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.

[参考译文] CCS/DRV8312-69M-Kit:I_A_OFFSET neagive值

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/578237/ccs-drv8312-69m-kit-i_a_offset-neagtive-values

部件号:DRV8312-69M-Kit

工具/软件:Code Composer Studio

你好

#define  I_A_offset   (- 0.8679359555)
#define  I_B_offset   (- 0.8716403842)
#define  I_C_offset   (- 0.8716837168)

这些都是我总是能得到的结果。 我有DRV8312-69M-Kit并遵循实验3a的所有说明。

我只是在寻找轴向规划,因为发动机运转正常。

谢谢您,致以亲切的问候

Johannes Freyer

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    电流反馈使用差分样品放大,并联接至接地的并联电阻器的负极引脚也是
    连接到运算放大器的反相引脚,因此极性与实际电流相反。 请参阅hal.h中HAL_readAdcData()中的以下代码

    IQ Current_SF =-HAL_getCurrentScaleFactor (句柄);

    值=(_IQ) ADC_readResult(obj->adcHandle,ADC_ResultNumber_1);
    value =_IQ12bumpy(value, current_sf)- obj->adcBias.i. value[0];
    pAdcData->i.Value[0]=值;

    要读取正确的电流结果,需要将电流偏移设置为负。 有关详细信息,请参阅spruhj1g.pdf中的第5.2 章。