does mbed have floating point unit

20 Feb 2012

Hey guys, just a simple question. Does mbed has floating point unit? Couldn't find the answer in data sheet. Thanks:)

20 Feb 2012

No, the Cortex-M3 core does not have an FPU. The mbed compiler has all the necessary routines to emulate floating point so you should not have any issues using floats in your program, but if you need speed you should look into fixed point or DSP (see e.g. here).