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

using float

hi!!!
i am using floating point calculation in my application(lpc2468/lpc3250). Is there any specific library available for float?. Code is running. But sometime processor is resetting at floating point calculation(at debug time)...what i have to take care if i want to use float???

Parents
  • Nothing special needs to be done to use floating point calculations. It just works.
    If you are experiencing resets, it's very likely that floating point calculations trigger a bug in your code. Insufficient stack space, maybe?

Reply
  • Nothing special needs to be done to use floating point calculations. It just works.
    If you are experiencing resets, it's very likely that floating point calculations trigger a bug in your code. Insufficient stack space, maybe?

Children