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.

TMS320F2800137: FAST & instaspin-foc

Part Number: TMS320F2800137
Other Parts Discussed in Thread: TMS320F28027

There is no FAST or instaspin-foc in the ROM of the TMS320F2800137 chip now.
In TMS320F2800137, FAST or instaspin-foc is implemented by calling library files. So what is the difference in performance between implementing FAST or instaspin-foc through library file calls and FAST or instaspin-foc in chip ROM?
Now using the instaspin-foc function of TMS320F2800137, it feels that the performance of instaspin-foc on TMS320F28027 is much worse. Why?

--

Thanks & Regards

Yale

  • Now using the instaspin-foc function of TMS320F2800137, it feels that the performance of instaspin-foc on TMS320F28027 is much worse. Why?

    Did you have any detailed descriptions about this? Which applications? Which customer? What motor parameters?

  • Which customer?

    epropulsion

    What motor parameters?

    #define USER_MOTOR1_TYPE                               MOTOR_TYPE_PM
    #define USER_MOTOR1_NUM_POLE_PAIRS        (3)
    #define USER_MOTOR1_Rr_Ohm                           (NULL)
    #define USER_MOTOR1_Rs_Ohm                          (0.054f)
    #define USER_MOTOR1_Ls_d_H                            (1.5e-04)//
    #define USER_MOTOR1_Ls_q_H                            (3.5e-04)//
    #define USER_MOTOR1_RATED_FLUX_VpHz       (0.2913768f)

    In TMS320F28027, only need to input the motor parameters, it can run well. But in TMS320F2800137, the motor parameters are entered, and it cannot be started at all.

  • epropulsion

    What application? Do they identify the motor parameters using the F280013x board and tune the related startup and control parameters?

    In TMS320F28027, only need to input the motor parameters, it can run well. But in TMS320F2800137, the motor parameters are entered, and it cannot be started at all.

    As mentioned above.