Im not having any luck even removing the LUT functionality. the acos function is misbehaving now. Ive included my initial code below
#define FIXMATH_NO_CACHE
#define FIXMATH_FAST_SIN
#define FIXMATH_NO_ROUNDING
#include <fixmath.h>
#include <math.h>
float pi=3.141592654;
fix16_t...