CCS进行浮点运算时添加浮点运算库

问题描述:在ccs的project中进行浮点运算如:y=asin(2pi),怎么添加TI的浮点运算库fpu32.lib.

  • 具体参考例程:C:\ti\controlSUITE\device_support\f2833x\v141\DSP2833x_examples_ccsv5\fpu_hardware
  • 操作:
    1)将lib路径添加到link路径下:
    project->properties->C2000 Linker->file search path->include library file or cmd file as input ->click green plus and add rts2800_fpu32.lib
    2)库文件rts2800_fpu32.lib的本地文件位置:D:\ccs\ccsv6\tools\compiler\c2000_6.2.5\lib

你可能感兴趣的:(学习)