转自“http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/168292”

Here is the information on the header:

The header information for data files uses the following 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: hexadecimal, integer, long, or float. 
StartingAddress:    The starting address of the block that was saved.
PageNum:    The page number the block was taken from.
Length:    The number of samples in the block.

All header values are assumed to be TI-style hexadecimal values.


The following is an example of a Code Composer Studio data file:

1651 1 800 1 10
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000
0x0000

相关文章:

  • 2022-01-17
  • 2021-03-28
  • 2021-11-28
  • 2021-07-01
  • 2021-07-03
  • 2021-06-25
  • 2021-12-21
  • 2021-08-23
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-11-24
  • 2021-06-19
  • 2021-05-23
相关资源
相似解决方案