Resolved! Cycles or duration of float Multiplication on STM32F4
Hi all,I have a question concerning the duration of float multiplication on the STM32F4. As far as I know, the chip has an FPU.I run the following code snippetfloat LagCompensator_process(LagCompensator_instance* S, float input) { S->x2 = input; ...