Skip to main content
Visitor II
August 10, 2024
Question

vcvt converts Q1.31 to float and vice versa

  • August 10, 2024
  • 0 replies
  • 882 views

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.