Questions/Basic/16F628A


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    BertMan's Avatar
    BertMan Guest


    Did you find this post helpful? Yes | No

    Default

    I ended up using a math co-mcu to do the conversions. This little 8 pin device can convert strings, floats, and longs using the spi interface and only cost me $14. Here is the link: http://www.sparkfun.com/shop/index.php?shop=1&cat=79. Its the umFPU v2.0. I think the cost justified the headaches of using microcode's floating routines, and you can convert a string to float in about 3 lines of code, so I can still use the 628...YEAH!!! Attached is an alpha version of code that I am waiting to test as soon as the device gets here. You can see floating and long conversions in the routines: FloatToString, ConvertSInt32, and SetConfigMenu.

    Conclusion to this thread: If you want an easy to use method for floating point conversion in the IEEE754 format, get a fp co-mcu.
    Attached Files Attached Files

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts