In the post by Joe G. http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/29676.aspx#103164 he states that
"The C3x/C4x floating point forman (non-IEEE) is documented on p. 114 ofhttp://focus.ti.com/lit/ug/spru031f/spru031f.pdf
Later in Chapter 5 are example of how to convert to/from IEEE. Is this True of the TMS320LF2407A."
I am placing two words of data in two consecutive memory locations and reading back a float in C using the variable at the lowest memory address of the pair. I separated the IEEE-754 float into two words and placed the lower word at the lower address and the higher word at the higher address. When I execute the code the results do not match my calculated values.