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.
刚接触28377, 想用来做FFT.
1. 看了下controlSUITE\libs\dsp\FPU中库函数的说明文档, 请问其中的 CFFT_f32() , CFFT_f32u(), CFFT_f32_mag(), CFFT_f32s_mag() 这四个函数的功能有什么不同。特别是CFFT_f32()的描述中有“requires input buffer memor y alignment”的要求, 是说需要将输入buffer中的数据重新排列吗,是不是按位倒序寻址的方式排列。
2.如果不使用ti库,而自己编写程序,怎样在ccs软件中或代码中配置, 才能开启使用片内的FPU
3.有没有关于ccs6软件(低版本的也行)使用的说明,包含各配置选项功能说明的那种?
谢谢。