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,

I am need of code for sensorless control of FOC controlled PMSM drive.

C:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\PM_Sensorless

 The available code in the above link seems like it 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

  • As replied in your another post.

    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

    You can migrate these example code to yourself hardware, you only need to change the initialization code, like GPIO, PWM and ADC configuration based on the specific h/w.
  • Yanming Luo,
    Thanks a lot for your very quick responses.
    Regards,
    Priya