Other Parts Discussed in Thread: CONTROLSUITE, TMDSHVMTRINSPIN, TMDSCNCD28379D, C2000WARE
器件型号: TMDSHVMTRINSPIN
主题中讨论的其他器件: controlSUITE、 C2000WARE
您好、
我正在尝试移植 PM 有传感器 controlSUITE 库中给出的项目、使用我们与 TMDSHVMTRINSPIN 套件一起收到的 F28069 MCU 运行该工程。 我希望能够遵循、~Docs/HVMotorCtrl+PFCKit_HowToRunGuide.pdf 并使用 F28069 controlCARD 逐步构建工程。
1) 在中./HVPM_Sensored.h,我们有:
#if (DSP2803x_DEVICE_H==1)#include "f2803xileg_vdc.h" // Include header for the ILEG2DCBUSMEAS object#include "f2803xpwm.h" // Include header for the PWMGEN object#include "f2803xpwmdac.h" // Include header for the PWMGEN object#include "f2803xqep.h" // Include header for the QEP object#include "DSP2803x_EPwm_defines.h" // Include header for PWM defines#endif
我认为、我必须为 F28069 添加类似的器件。 但是、我无法找到 F28069 的等效头文件。 我能找到的最接近的是的项目 DRV8312-C2-KIT_v128 TMDSCNCD28379D 文件夹。 例如 .DRV8312-C2-KIT_v128/PM_Sensorless/:

2) F28069 等效产品的情况如何 HVPM_Sensored-DevInit_F2803x.c
3) 和 F28069 等效链接器文件: F28035_FLASH_HVPM_Sensored.CMD和F28035_RAM_HVPM_Sensored.CMD。
4)Makefile CCS 中的或工程属性是否需要进行任何更改?
谢谢。此致


