Question
Float variable not working in stm32cube_ide.
Hi,
Float type variable is not working in stm32cube_ide.
float r = 3.14;
when I debug the value of r it shows 3 and also I cross verify by using if condition.
if(r==3.14)
but condition fails, that means float variable not working in ide.
Please help!