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.

CCS/TMS320F28379D: cpu1_trignometric functions not getting active in CCS

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hi,

For CPU1 programming:

I am using trigonometric functions in one project, it is working (text colour of 'sin' or 'atan' is turning into VIOLET).

example: SINVA[i] =  ma*sin(theta);

But in another project (copied and edited, gone through compiler settings), trigonometric functions are NOT working (i.e, text colour of 'sin' or 'atan' remains in BLACK).

Used variables are of the type: float or double.

Is there anything with compiler settings.? Please help

Regards

Ravi Varma

  • Hi Ravi,

    I assume you are referring to the syntax highlighting in the editor. This is unrelated to the compiler settings. Please provide the CCS version being used and also a small reproducible test case of it working and not working. I would need actual projects (+source) since the project settings has an impact on the syntax highlighting.

    Thanks

    ki