• 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...
  • 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...
  • 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
    hi all, i want to calculate the result of the expression ah = (range * count*10*resolution)/(3600*1000); and later add it to the previous value of it ahfinal = ahfinal + ah; in brief to explain...
  • 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...