Hi,
I am trying to test out some floating point values as part of an algorithm development, and the intention was to use the probe point in breakpoint manager to load the values into a buffer.
I have it working with hexadecimal values, however I am struggling to get the floating point working.
My *.dat file is set up as instructed in the help files
1651 4 0 0 0
0.000
0.001 etc. etc.
However I am not reading in anything to my buffer. (I cant see anything being stored in memory &inBuffer or in the watch window)
Just wondering if I am missing something, or if there are any documents/examples for loading floating point numbers to a C28x.
Must I convert to Hex and do some processing once the values are in there?
Thanks for your time in advance.
Cheers,
Seán