Resolved! Cordic STM32G47 f32_to q31 conversion and vice versa implementation
Hi,i was working in stm32g4 series to implement CORDIC , but i have noticed cordic is taking 6.5 e-05 sec while normal cos/sin function is taking 2.6e-06sec. let me know where I am making mistake.below is code i have implemented.inline int f32_to_...