Tool/software: Code Composer Studio
Hi!
I am working on F28069 uc and I want to use TMU. Unfortunately TMU results on c28x is not correct:
cos_a = cosf(2.0f*PI); /* cos(2pi) = 1 */ cos_a = __cos(2.0*PI); /* __cos(2pi) = 2pi??????????????? */ cos_a = __cospuf32(1.0f); /* __cospuf32(1.0f) = 1??????????????? */
The CCS project is attached. Please guide me.
Thanks.