cancel
Showing results for 
Search instead for 
Did you mean: 

MCKIT Current Measurement

Posted on November 16, 2017 at 09:47

I see in the code

#ifdef THREE_SHUNT  

SVPWM_3ShuntInit();

 #elif defined ICS_SENSORS

 SVPWM_IcsInit();

 #elif defined SINGLE_SHUNT

  SVPWM_1ShuntInit();

  #endif

But in the code - SVPWM_3ShuntInit(); and SVPWM_1ShuntInit();  - both functions set three channels for current reading.

So what difference between both methods?

Actually the question is transformed - what is the preferable method?

0 REPLIES 0