2017-11-16 12:47 AM
I see in the code
#ifdef THREE_SHUNT
SVPWM_3ShuntInit(); #elif defined ICS_SENSORS SVPWM_IcsInit(); #elif defined SINGLE_SHUNT SVPWM_1ShuntInit(); #endifBut 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?