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.

TMS320F28379D: Moving from EST to EST_LIB

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

When trying to build our codebase that was used on a device with FAST library in on-chip ROM we have some compilation issues about some members missing from user param struct

Looking at these files in C2000Ware_MotorControl_SDK_5_04_00_00

I checked userParams.h  from est and est_lib and could see these differences

So what should be aware of when moving from est to est_lib and what to do about these parameters that are not available in the est_lib ?

  • If you want to use est library, you should use the related userParams.h and don't make any changes in this files. The EST APIs are the same in these two versions for using the FAST estimator, so you don't need to care what changes between these two versions.