Question
stm8l051f3 can do for floating operation ????
Posted on July 09, 2018 at 13:57
Hello,
I have a question as to whether stm8L051F3 can do/calculate the floating operation or not,
please help to let me know it,
currently I can't check it with printf function, because if using the library with tool option,
I got the size over error,
example :
float devided_Voltage = 0;
float high_Voltage = 0; devided_Voltage = (float)(rawADValue / ADC_MAX_RESOLUTION * ADC_MAX_INPUT); high_Voltage = (devided_Voltage * (RESISTER_R8 + RESISTER_R9)) / RESISTER_R9;thanks.
#stm8l051f3