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: working on __fp16 and _Float16 data types

Part Number: CC2652RB

Hello,

I have been trying to use __fp16 and _Float16 data types in CCS 10.0.0 version. When I tried to use my function and compile it, it is giving an error as the data type was not defined. 

Is there any way I can use these data types in my program?

I'm using CMSIS 5.8 version with CCS and trying to use the rfft_f16() function.