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.

TI motorware software

Other Parts Discussed in Thread: MOTORWARE, CONTROLSUITE

Hi

I was going through the TI motorware software (Ti spins motor) code and I found that there are no header files included from ti Control suit. Usually in most of the examples projects, ti includes many header files from control suit. But this particular case i dont see that. Am i missing something here? or is it recommended to create a header file by our own and not simply include the header file from control suit. Any help is greatly appreciated.

Thanks

  • Hello,

    You don't miss anything.

    Just install the motorware and you can work with the example code (the project labs).

    All of the header files for motorware can be found here \motorware\motorware_1_01_00_xx\sw

    Best regards,

    Maria

  • MotorWare uses object oriented API functions. There are still header files as noted by Maria, but the SW is quite a bit different from controlSUITE style.  And unfortunately MotorWare peripheral drivers are not complete so you often have to mix in controlSUITE style code...