Hi,
I used union is TMS320F28377S launchpad. But the float value isn't correct.
union {
float32 F_Data;
Uint8 B_Date[4];
}Data1;
The HEX value of float 3.56 should be 0x4063d70a. I put these value into array. But the float value is not 3.56 (0x4063d70a). it change to 0x00d7000a. I appreciate if you tell me how to correct this issue. Thanks.
Regards,