2024-08-10 03:05 AM
I am working on STM32G474 and I need to convert float to q1.31.Is there any chance the compiler use command vcvt.f32.s32 s15, s15, #31 in language C?
I need this for CORDIC.