This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Float data type!!

HI!!
8051 microcontroller dont support float data type.
How can I implement a float function???

Thanks

Parents
  • 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

    Erik

Reply
  • 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

    Erik

Children