Question
vcvt converts Q1.31 to float and vice versa
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.
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.