searching for floating point operations

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

searching for floating point operations

707 Views
adamrakam
Contributor III

Hi,

I work with a Cortex M0 (lpc11c24). I try to use only fixed point arithmetic but to be sure I would like to check if my code calls floating point operations from a library to emulate FPU (Cortex M0 does not have a FPU).

How can I tell if my code uses floating point operations ?

Thank you.

Labels (1)
0 Kudos
1 Reply

522 Views
lpcxpresso_supp
NXP Employee
NXP Employee

You could check the .map file generated by the linker when you build your application and ensure that functions such as __aeabi_fadd are not being included.

Regards,

MCUXpresso IDE Support

0 Kudos