2025-01-07 03:29 AM
i am looking for the equivalent function of
extern frac16_t GFLIB_Atan_F16_FAsm(frac16_t f16Val, const GFLIB_ATAN_T_F32 *psParam);
from nxp mlib.h in a stm32 library
Solved! Go to Solution.
2025-01-07 03:52 AM
CORDIC is the ubiquitous solution to this type of problems - you can use in hw or sw - AN5325
2025-01-07 03:52 AM
CORDIC is the ubiquitous solution to this type of problems - you can use in hw or sw - AN5325