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.
ROM中的FAST与FAST库在性能上有什么区别,有没有FAST库相关的培训视频或使用手册?
ROM中的FAST与FAST库在性能上有什么区别
What do you mean by the ROM FAST? Are you asking about the FPU32 Fast tables or the CPU Fast Data ROM, or something else? If it's the FPU32 Fast tables, these are just math tables used within the library (stored on ROM for easy use), it's not a separate library.
有没有FAST库相关的培训视频或使用手册?
For the FPUfastRTS library there is a user guide within C2000Ware located at C2000Ware_4_XX_XX_XX\libraries\math\FPUfastRTS\c28\docs. Let me know if this is not the library that you are looking for.
我想问的是现在TMS320F2800137芯片的ROM中没有FAST或instaspin-foc,在TMS320F2800137中,是通过调用库文件来实现FAST或instaspin-foc,那这种通过库文调用实现FAST或instaspin-foc与在芯片ROM中的FAST或instaspin-foc在性能上有什么区别,现在使用TMS320F2800137的instaspin-foc功能,感觉比TMS320F28027上的instaspin-foc性能差好多,这是为什么?
现在使用TMS320F2800137的instaspin-foc功能,感觉比TMS320F28027上的instaspin-foc性能差好多,这是为什么?
能否详细描述一下?哪个应用?电机的参数是什么?
电机参数:
#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)
TMS320F28027中,只需要把电机参数输入进去,就可以很好的运行。但在TMS320F2800137芯片中,把电机参数输入进去,根本无法启动。
具体是什么应用?是否使用F280013x板识别电机参数并调整相关的启动和控制参数?
TMS320F28027中,只需要把电机参数输入进去,就可以很好的运行。但在TMS320F2800137芯片中,把电机参数输入进去,根本无法启动。
同上。