Skip to main content
Erenburg.Evgeny
Associate III
November 16, 2017
Question

MCKIT Current Measurement

  • November 16, 2017
  • 0 replies
  • 516 views
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?

This topic has been closed for replies.