I generated a dat file. It had these lines at the start of the file:
1651 9 88675cac 0 c278 c
00
00
00
00
[...]
CCS help tells me that:
The header information for data files uses this syntax:
MagicNumber Format StartingAddress PageNum Length
-
MagicNumber—fixed at 1651.
-
Format—a number from 1 to 4, indicating the format of the samples in the file.
This number represents a data format: (1) hexadecimal, (2) integer, (3) long, or (4) float.
-
StartingAddress—starting address of the block that was saved.
-
PageNum—page number the block was taken from.
-
Length—number of samples in the block.
Neither the format value of "9" is documented
nor the trailing "c" is anything that should be there at all
if help was correct and complete.
it seems the TI dat file format header got updated recently. but what do these new values and even fields mean?