I get the following error when I try to build the HVPM_Sensored project with Code Composer. This is the distributed code. I have not done any editing to it yet. I'm just going through the Sensored Field Oriented Control of 3-Phase Permanent Magnet Synchronous Motors application note that comes with the developer's kit.
"../HVPM_Sensored.c", line 516: warning: function declared implicitly
These are lines 507 through 516
ipark1.Sine=_IQsinPU(rg1.Out);
ipark1.Cosine=_IQcosPU(rg1.Out);
IPARK_MACRO(ipark1)
// ------------------------------------------------------------------------------
// Connect inputs of the SVGEN_DQ module and call the space-vector gen. macro
// ------------------------------------------------------------------------------
svgen_dq1.Ualpha = ipark1.Alpha;
svgen_dq1.Ubeta = ipark1.Beta;
SVGEN_MACRO(svgen_dq1)