• does AT89S8252 have floating point operation ?
    Hi, I have to implement a microcontroller application that has to perform sen/cos operations. I believe that the AT92S8252 does not support such operations. Does anyone have any suggestion of microcontroller...
  • Floating Point
    How I can deny a number floating point, without using some mathematical operation (eg. :number * (-1)). ?? How can I take the first 8 bits of the number???
  • floating point
    Hi every body I don't know why I don't have the float part of the temp var. float temp; int H_Value; int L_Value; int value = 55; temp = value / 10; H_Value = (int)temp; L_Value = (int)(temp...
  • Floating Point
    How can I deny a number floating point without utilizat some mathematical operation? How can I take the first 8 bits of the number floating point, those but significant (MSB) or the bit but significant...
  • Problem with floating point number
    My Hardware has STM32L162VD as main processor and other modules on it like GPRS module SIM900. I noticed that when the hardware is under test after few hours the floating point numbers in RAM registers...