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.

TMS320F28377D: IDDK_PM_Servo_F2837x project (SINE_CARRIER)

Part Number: TMS320F28377D
Other Parts Discussed in Thread: CONTROLSUITE

Hello,

We purchased the DesignDRIVE Development Kit IDDK v2.2.1 and I have a few questions on the IDDK_PM_Servo_F2837x project.

It is stated in the file of resolver.c as follows:

#define  BASE            (SINE_CARRIER/2)

I cannot find out any file where SINE_CARRIER is defined.

Please inform me the file name where SINE_CARRIER is defined.

Thank you for your guidance.

G. Kim

  • BASE or SINE_CARRIER are both not used in the project. If the project is able to compile and build, then it indicates that the compiler does not care about them. It is a carry over from the reference resolver project in controlsuite that escaped the clean up process before release.