Part Number: TMS320F28377D
Tool/software: Code Composer Studio
I have a code compiled with v18.12.6.LTS compiler. Surprisingly, the variables defined as float occupy only two bytes of memory. It is causing me a lot of problems when I have to transmit these variables over serial interface (UART). The loss of two bytes means the number at the output is not meaningful at all.
Not sure if someone else ever came across this and how did they solve it. Will appreciate any help on this.