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: How to Implement FPC+FOC on the Same Chip?

Other Parts Discussed in Thread: CONTROLSUITE, MOTORWARE

Tool/software: Code Composer Studio

The chip I use is 28027f,andI've found the program about pfc and foc  from  controlSUITE,MotorWare。But it's two  program ,so how to turn them into one program. 

Does it have a simple way?

Thanks.

  • Hi there,

    Well, this seems like a general how to architect your software type of question. I don't have a "simple way" to go about doing this. But can suggest some steps you might take.
    At the very lowest level, controlSUITE and Motorware operate on the TI provided header files and device specific files. One thing to do would be to pick your "base" project, and then start adding in the pieces from the other program. This includes ensuring that you bring in not only the functional C code, but also any header files and support libraries involved. It will be a game of adding one thing at a time and then ironing out any issues that arise from that.

    I'll let some colleagues know about this question. Perhaps they may have additional insights to tips.

    Thanks,
    Mark
  • Hi,
    I have seen 28027f have InstaSPIN-FOC Technology.Is this useful in my programme?
    thanks.
  • If you do intend to use FOC for your motor control, yes, InstaSPIN-FOC libraries would be useful to that.


    -Mark