• Individual bytes of a float type
    Is it possible to extract the bytes from a float type for storage in serial EE or flash memory?
  • How convert double type to float?
    The time transmitted from ALLSTAR DATA SOURCE is double type,and wanted to display time to LCD,so I want to convert double type to float ,and want to uS .How can i do that? Thanks a lot!
  • How to convert type uint32_t to float??
    Hi, I try to read value of timer of STM32L152VD and convert it to float type. The way I use is first define the below union: typedef union { uint32_t timercount; float flowtime; }union_timercount;...
  • C51 Compiler how to deal with the float type?
    Dear all, Thanks for your help! It's about memory format of the "float" type. I want to know how the C51 compiler divide its four bytes!
  • Double data type
    Hello, I was wondering if anyone has (or could point me in the direction of) source code or algorithms for performing 64 bit addition, subtraction, multiplication and division on the 8051. I'm aware...