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.

CCS/CC3200MOD: Float Operation in CC3200

Part Number: CC3200MOD
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Is Float operation available in ccs studio ? If yes how to enable

  • The CC3200 contains a Cortex-M4 CPU which doesn't have a hardware floating-point unit.

    Therefore all floating point operations in the CC3200 have to be emulated in software, which the compiler will do provided the compiler options specify to use software floating-point.

    [The option depends upon if using the TI or GCC ARM compiler]