Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hi community!
After using SDFM for sampling the current in motor drive control successfully, I decided to try using other sensors for current measurement like LEM or shunt sensing without sigma-delta modulator. However, I have trouble in using ADCs. In IDDK_PM_Servo example, ADC_A, ADC_B, and ADC_C are responsible for converting the sampled current of phase A, B, and C. The mentioned ADCs results are read in the "MotorControlISR" through "currentSensorSuite" function. However, unlike the ADC_D (which stands for resolver samples), an ISR has not been set for those three ADCs which is actuated at the end of the conversion. How does the code assure that when it calls currentSensorSuite function, the conversions of currents are done? And to what time belongs the sample which is read by this function for one the phases?
Regards