天天看點

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

繼續閱讀