Trouble with floating point conversions
Hi. If I create a C floating point number (ab) and set its value equal to a 32 bit integer (or a constant), the integer and the float are very different, at least as reported by the STVD debugger watch window. Normally, I'd expect to see a clean conversion to float. Float to int32_t appears to be working. Just not (any) integer to float. I know I'm dealing with an 8-bit MCU. But what am I doing wrong? Thanks.
