does mbed have floating point unit
Topic last updated
20 Feb 2012, by
yiyi li.
1 reply
Hey guys, just a simple question. Does mbed has floating point unit? Couldn't find the answer in data sheet. Thanks:)
Replies
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).
Please log in to post a reply.
Hey guys, just a simple question. Does mbed has floating point unit? Couldn't find the answer in data sheet. Thanks:)