Dear TI,
I have been exercising the C5505 ezDSP Stick using the VC5505 FFT Filter Demo project with some sucess.
I want to add code which uses floating point math that I have used sucessfully in the USB_Stick_AudioFilter demo project provided by TI.
When viewing the floating point variables under debug, the numerical representation is very strange.
For example I have defined the variable charley as a floating point number using the statement :
float
In the code I assign the value 10 to charley. When I run the code, charley is show to equal 1.92896E-33 immediately after the assingment
Both projects have the very same data_types.h include file.
Any help with correcting this behavoir will be greatly appreciatied.
Regards,
Charley