Am using TMS320f28335 DSP processor .
In TI Software & Development Tools for TMS320f28035 I could find F280xACI3_1:Three Phase ACI Control with Constant V/Hz (SPRC194).
I need steps to convert this application software to TMS320f28335.
kumar
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.
Am using TMS320f28335 DSP processor .
In TI Software & Development Tools for TMS320f28035 I could find F280xACI3_1:Three Phase ACI Control with Constant V/Hz (SPRC194).
I need steps to convert this application software to TMS320f28335.
kumar
Kumar,
I would recommend downloading controlSUITE (http://www.ti.com/controlSUITE) and in particular looking at the software and documentation that goes with the TMDSHVMTRPFCKIT. This kit's software has projects for the F28035 as well as the F28335. It is also a buy-able development kit (http://www.ti.com/f28xkits) which allows you to experiment on a known good piece of hardware.
Thank you,
Brett
Hello
I am using [ C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v1.7\HVACI_Sensored ].
how to set IdRef = _IQ(0.05); // Id reference (pu)
from where it take the reference to base current.
But in HVACI_Sensored-Settings.h following is defined
#define BASE_VOLTAGE 236.140 // Base peak phase voltage (volt)
#define BASE_CURRENT 20 // Base peak phase current (amp)
#define BASE_TORQUE // Base torque (N.m)
#define BASE_FLUX // Base flux linkage (volt.sec/rad)
#define BASE_FREQ 120 // Base electrical frequency (Hz)
BASE_CURRENT is not at all used for calculation.