This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

FPU issues in watch window with F28335

Hello,

I am implementing a simple motor controller using a F28335 card and the FPU libraries. I have linked the rts2800_fpu32.lib under runtime support library and included the C28x_FPU_FastRTS.h header file. I am using CCS6.1 and compiler version TIv6.2.7

Whenever I change the variables I have included in the watch window. Their values are very different from what I enter.... Almost as if they are in a different data format. I am using float32 as the data variables and if I enter 0.0000001 to a variable in the watch window, it immediately changes to 0.167

I am not sure what I am doing wrong. Could somebody help me with this?