Arathmatic operations in XMC1400

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
How can i do complex division and multiplications in Dave for XMC1400?
I believe i can not use floating point on MO core
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

The Cortex M0 implemented in XMC1400 can perform integer multiplication and division in hardware.
The floating point operations on the CortexM0 are not available in hardware, but are implemented in software using the standard math library.
Another alternative is Qfplib, https://www.quinapalus.com/qfplib.html

Regards,
Jesus
0 Likes