XMC1300 Floating Point

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

cross mob
User11773
Level 4
Level 4
First like received First solution authored
How do I perform a floating point square root on a XMC1300?

I've searched & found CMSIS DSP arm_sqrt_f32(), but can't seem to include it.

Help
0 Likes
2 Replies
Not applicable
HI,

You will need to include the "CMSIS_DSP" APP into your project. Once this is done, you can use the CMSIS DSP functions.

Regards,
Daryl
0 Likes
User11773
Level 4
Level 4
First like received First solution authored
Also the simple :
#include

works wonders!
0 Likes