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/TMS320F28335: A question about rts2800_fpu32.lib

Part Number: TMS320F28335

Tool/software: Code Composer Studio

Hello, everyone:

    I have a question about rts2800_fpu32.lib and need your help.

    To compile the project for floating point, the following steps were done:

         1  In Runtime Model Options, under "Specify floating point support (--float_support) pull-down menu: Select "fpu32".

2 In "Include linker file or command file as input (--library, -l)"box, click green plus sign and add rts2800_fpu32.lib(run-time support library).

However, after buliding my project. I got a warning message"function sin declared implicitly". And, the calculation result of Sine function  is also wrong.

DSP: f28335      CCS version: 6.0.1

How can I figure it out? PLEASE.