• 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!
  • data type bug or not....
    I've noticed that the following definitions generate different data results. Perhaps, I'm overlooking something. #define TEMP (*(unsigned char xdata *) 0x10F0)) unsigned char xdata sutton2, *sutton;...