Hi,
I am using MCU TMS320F28035
I am studying the CLA_sine example from ControlSUITE.
In the file " CLA.asm" , it includes the CLA math macro library ---- .include "CLAmathLib_type0.inc" , but I can't find the actual library file in the project file list.
I assume that if you include a library in your " .asm" file, you have to added or linked it to your project.
I am confused.
Hope someone can check this example, and explain. (~ \controlSUITE\libs\math\CLAmath\v300\2803x_examples\examples_ccsv4\Sine)
Thank you,
Frank
Can anyone help me with this?
Thanks,
Frank,
If you look under the project properties in the Include options, you will see the path for the lib folder is specified,
This tells CCS where to look for the .inc file when i include it in CLA.asm.
Regards,
Vishal
Thank you for your help, Vishal.