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.

CC2652RB: Using cmsis 5.8.0 DSP folder in ccs10..0.0

Part Number: CC2652RB

Hi,

I have been using CMSIS 5.7 version with the library file for FFT functions. It is working fine. But, a few functions are not available in the 5.7 version. so, I started using the 5.8 version, which has all source codes and header files separately without any library file. 

I need to use arm_fast_rfft_f16() function where the earlier version is suppporting f32() functions. 

What is the exact way to use f16() functions in CCS 10.0.0 ?