hello,
i have an issue using the FPU with keil uvision 5,
when i define a local variable the FPU calculations are done and i could see the results in the float registers, but the value of the declared variable remains 0,
but works just fine if it's a global variable, array, or if i used the volatile keyword with local variables.
what i'm missing here?