There seem to be many issues regarding floating point operations on Tiva C series devices(or maybe more specifically the ARM family that they are based on). Is this information gathered into a single location? (Sorry I couldn't find one)
In lieu of that , these are my questions:
1. Can simple (non-DSP) floating point operations be performed with the Tiva C series device outside of the FPU or should all floating point operations be done with the FPU? (What are the tradeoffs here?) Are there simple examples of floating point operations using FPU and possibly not using FPU?
2. What are the compiler implications/settings for each mode? I am using CCS v6.
I am just looking at float mutiplies and float divides. (No doubles)
Thanks for any help,
-Phil B