This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
看这里,通过ccs->help content->Data File Formats
The header information for data files uses this syntax:
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, (4) float, or (9) Use new scheme
StartingAddress—starting address of the block that was saved.
PageNum—page number the block was taken from.
Length—number of samples in the block.
NewFormat—Format (9); the new scheme. This is optional when usign the legacy formats 1 - 4