float argument inside function stopping the infinite loop. screen sorts and file are given below. Edit: mcu I'm using is stm32f411re .
if I give argument like above picture infinity loop stops workingbut if I give the number num inside function the instead of giving argument then its working fine.If I give int instead of double as the datatype of argument then also it's working.Plea...