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.

C2000WARE: Libraries for F28379D

Part Number: C2000WARE
Other Parts Discussed in Thread: CONTROLSUITE

I am reading the TI publication "Sensored Field Oriented Control of 3-Phase Permanent Magnet Synchronous Motors using F2837x"

but in the section labeled "TI Literature and Digital Motor Control (DMC) Library"  the software reference is to the Piccolo

 C:\TI\controlSUITE\libs\app_libs\motor_control\math_blocks\v4.0
 C:\TI\controlSUITE\libs\app_libs\motor_control\drivers\f2803x_v2.0

Are these easily ported to the F2837x?  I wan to run the code on the LAUNHXL-F28379D.

Thanks

  • The math_blocks libraries shouldn't need many changes at all, as they're macro defines for common FOC math functions and not device specific. The F2803x libraries are portable, you'll need to go through and make sure the GPIO, ADC, and PWM module pin assignments and initializations are correct for the F2837x device you are using

    Sean