你好!我有相关问题请教一下。
我采用rts2800_fpu32.lib浮点FPU支持库进行正弦函数的使用。dsp为28335;ccs版本为CCS6.0.1
我已经按照相关要求进行如下配置:
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).
但是,编译工程后,警告我“function sin declared implicitly”,并且计算结果也是错的。请问是什么情况?谢谢!