This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28027F: Running the motor using external calibration data

Part Number: LAUNCHXL-F28027F
Other Parts Discussed in Thread: BOOSTXL-DRV8305EVM

HI,

My kit is C2000 piccolo Launch PAD (LAUNCHXL-F28027F) with BOOSTXL-DRV8305EVM and I have been trying to run the motor using externally saved (in a separate flash) calibration Data. Idea is to not to start calibration of the motor but to run using those pre-calibrated saved values. I can read the motor parameters to the program and set  Rr_ohm, Rs_ohm, Lsd_H, Lsq_H, and Flux_VpHz in gMotorVars to the values I wanted. After that I did the following flag settings:

gMotorVars.Flag_enableSys = true; gMotorVars.Flag_Run_Identify = false; gMotorVars.Flag_MotorIdentified=true

However, once it done all the motor parameters were cleared and cannot load to the values I need. Could you please tell me what steps/ other flag settings that I need to perform in order to get the motor in REAL identified state?

Thank you very much!