Part Number: TMS320F28377D
Hello,
We purchased the DesignDRIVE Development Kit IDDK v2.2.1 and I have a question on the IDDK_PM_Servo_F2837x project.
With reference to the IDDK_PM_Servo_F2837x project, the file of IDDK_PM_Servo_F2837x.c contains the Feedbacks OFFSET Calibration Routine where the variables of offset_SDFM1 and offset_SDFM2 are calculated as follows:
offset_SDFM1 = K1*offset_SDFM1 + K2*(temp=SDFM1_READ_FILTER1_DATA_16BIT)*SD_PU_SCALE_FACTOR;
offset_SDFM2 = K1*offset_SDFM2 + K2*(temp=SDFM1_READ_FILTER2_DATA_16BIT)*SD_PU_SCALE_FACTOR;
With respect to the statements listed above, I cannot figure out their calculation logic.
Please explain me the detailed calculation background for the variables of offset_SDFM1 and offset_SDFM2.
Thank you for guidance.
G. Kim