I have some TI code that is using IQ Math.
I have compiled the code with MATH_TYPE = FLOAT_MATH
I have the compiler switch set to --float-support=fpu32
In the debugger watch window, the IQ numbers display as long type. I can change the format to "float", but the type is still long. When I view the "IQ" variables (which are really float types) in memory, the display properly when formatted as floats. However the watch window cannot display them properly.
I am using CCSV4 (latest version as of today 2010-Sept-2) and running on the C2000 F28335
How do I get the debugger watch window to understand that these floats are really floats?
Thanks