We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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???
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?
thank u.