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.

CCS/LAUNCHXL-F28377S: "Needed code file"

Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Greetings to all,

Can anyone send me the code file for Sensorless control of FOC controlled PMSM drive for f28377s processor asap.???

Thank you,

Regards,

Priya

  • You may download and install C2000 controlSUITE as below link.
    www.ti.com/.../controlsuite

    You will find a sensored-FOC code example in below folders,
    C:\ti\controlSUITE\development_kits\TIDM-SERVO-LAUNCHXS
    C:\ti\controlSUITE\development_kits\TMDSIDDK_v2.0

    You may also find sensorless-FOC code example in below folder, which is based on F28069, so you could port this sensorless-FOC algorithm code to above F28377S project directly since both controllers are the same C28x core.
    C:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\PM_Sensorless
  • Yanming Luo,

    Thank you for your very quick response and for the links. 

     It seems like that code can be used only with the driver board mentioned there... But I am working on real time hardware setup of FOC controlled PMSM drive wth f28377s. I am now confused and wanted to know whether that can be used in my hardware setup.... Kindly clarify.

    Regards,

    Priya

  • Yes, that should works on yourself hardware, you may migrate these example code to yourself hardware, but you need to change the initialization code, like GPIO, PWM and ADC configuration based on the specific h/w.