arm_sqrt_f32 and arm_math.h
Hi, I'm using Cube and Makefile.
I'd like a clearer run through of how to make use of the sqrt f32 function in arm_math.h.
. The header doco says to copy the header to Include, done.
. Then link the Lib for big/little endian. Here's where I'm stuck, how do I link the Lib and which endian do I use? I have an STM32F303VB.
. And then how exactly do I setup the variablesin main.c for use of arm_sqrt_f32() in, for example, the while loop?
Regards,
Dan