Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE
Hi,
I am using CCS5.2 with XDS510 emulator for TMS320F28335.
I want to use IQ math variables in CPP. I declare a class with _iq variables.
When I try use variable in CPP file, while debugging it is throwing an error stating illegal operation occurred compiler aborting.
Class
{
_iq variable1;
_iq variable2;
int variable3;
}
declared in hpp file.
I am using following code in CPP file.
Variable1 = _IQmltpy(_IQ( variable3),_IQvariable2);
while debugging it is stating illegal ISR occurred code aborting.
Is there any IQ example code available for CPP.
Thanks & Regards,
Bhanu