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.
hiii,
I want to multiply 2 floating point number using arm cortex m4 ( tiva c). I know the format Sign bit (1), Exponent(8), mantissa( 23). i had tried to multiply the mantissa part seperately & add exponent seperately then merging but the result is not coming correct..
I had used 2 numbers 0.22013344550748 & 0.009765625.
Hi,
...see/search the document spmu159a.pdf on TI site (was on Tiva page, now is not anymore - if not finding I will attach here).
The FPU - albeit optional for the silicon vendor - is provided by ARM, and thus identical for all Cortex-M4 implementations. That means, the FPU is documented in detail with the rest of the M4 core by ARM. Just search at infocenter.arm.com ...