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.
Tool/software: Code Composer Studio
Hi
I am working on the TI DRV8301 for project lab5a. but i have question on what following code does
CTRL_getFlag_enableDcBusComp ()
inline bool CTRL_getFlag_enableDcBusComp(CTRL_Handle handle)
Gets the enable DC bus compensation flag value from the estimator
what does estimator mean here and how to figure out the values
regards
shree om
Gets the enable DC bus compensation flag value from the estimator
The estimator means FAST estimator which is defined in the controller (CTRL) handle. Refer to the InstaSPIN user's guide (SPRUHJ1H) to get more information.