I'm running a TMS320C28035 MCU and have looked over this: SPRAB69 application report. It is clearly written for storing 16bit values, and I can think of how to modify it for 32bit integers, but I want to store the binary value of a floating point, then be able to read it back.
Is there a simple method of acheiving this?
Specifically in my application I have arrays of floats, ints, and longs and am logging data. On an error I would like to copy the data directly from these arrays and store it into flash to survive a power cycle.