HI!! 8051 microcontroller dont support float data type. How can I implement a float function???
Thanks
8051 microcontroller dont support float data type. no microcontroller does
How can I implement a float function??? the compiler does, but not for free. float is not included in the eval.
you should not need float to evaluate the tool, but maybe (while I doubt it) you need it for a project which the terms of use for the eval forbid you to use it for.
Erik
Thanks Erik,
I need float data because im implementing a PID (controller) and with int data the result is not expected.
i need greater precision!!
i need greater precision!! float gives you less precision than fixed
And you still need to buy the full version to use floats.
im implementing a PID (controller) sounds commercial and the licence for the eval clearly states "not to be used for commercial development". Anyhow, float or no float, I doubt you can fit a PID controller into 2k
I have the full version!!!!
then you can (although I recommend against it) use float to your hearts delight.
If you have the full Version, then what error message do you get when you try to use floats?
View all questions in Keil forum