Resolved! Floating Point for STM32F303RE and IAR compiler
Posted on February 06, 2018 at 21:17Hello,I have a project where I'm using some floating point variables. When I pass the float variable into a function (passed by value) the variable inside the function shows 0.0 in the debugger. The code compil...