• Floating point calculations
    Hello I am trying to execute a floating point calculation with the 8051. Something like: Result = Val1 * 0.75 + Val2 * 0.25 The C51 compiler can take that no problem, but it takes a long...
  • Floating point calculations
    Hello I am trying to execute a floating point calculation with the 8051. Something like: Result = Val1 * 0.75 + Val2 * 0.25 The C51 compiler can take that no problem, but it takes a long...
  • Floating point calculation problem..
    Hello I'm using u-vision5 and my target H/W is TLE9834 I can't understand why my code can't be build void filter(U16 RPM) { float omega; omega = (float)RPM; } Yeh. it was OK. but....
  • Floating point calculation problem..
    Hello I'm using u-vision5 and my target H/W is TLE9834 I can't understand why my code can't be build void filter(U16 RPM) { float omega; omega = (float)RPM; } Yeh. it was OK. but....
  • Problem with floating point calculations
    Hi All, I am working on LPC2378 , I have a problem with floating point calculations. When I use floating point variables and performed divison operation on It My processors got stuck in between, I am...