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.
Hi Champs,
Sprc530 describes how to use the FPU for use with 28335 devices. Trouble is, the compiler (CCS 3.3) can't find 'rts2800_fpu32.lib' because it doesn't exist on the host machine. I cannot find this file on the website either. We tried sprc664 and sprc624. sprc624 looks like FFT functions only, and sprc664 looks like it needs to be built on top on another library, maybe 'rts2800_fpu32.lib'.
Please help me figure out how to compile code targeting the FPU on the 28335. Is sprc530 updated? Is there a new version of 'rts2800_fpu32.lib'?
Thanks heaps for helping out.
Regards,
Clark Molster
Digital apps. West.
Clark,
Which CGT version are you using? You need at least 5.x to get support for the F28335. These versions also contain rts2800_fpu32.lib. And in the compiler you can activate float support via the --float_support=fpu32 option.
Regards,
Robert
Yikes!
We're using 4.1.3.
So the FP library comes with the latest tools? That's all there is to it?
The support for the FPU of F283xx was introduced with cgtools 5.x.
You just have to download the new compiler from Update Advisor, install it and select it in the CCS component manager.
Best regards
Massimo