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.

ADS8588SEVM-PDK: How to take a timestamp when collecting raw data?

Part Number: ADS8588SEVM-PDK


When Raw data collection using the ADS8588 EVK,
How can I insert type timestamp into raw data?

The range is 0.000000000sec (nano sec)

What Can I do ?

For example

timestamp(nsec) Samples -
Analog Ch AIN1   
Voltage (V) -
Analog Ch AIN1   
Samples -
Analog Ch AIN2   
Voltage (V) -
Analog Ch AIN2   
0.000000000 0 0.0200 0 2
0.000030518 1 0.0200 1 2
0.000061035 2 0.0200 2 2
0.000091553 3 0.0200 3 2
0.000122070 4 0.0200 4 2
0.000152588 5 0.0200 5 2
0.000183105 6 0.0200 6 2
0.000213623 7 0.0100 7 2
0.000244141 8 0.0100 8 2
0.000274658 9 0.0100 9 2
0.000305176 10 0.0100 10 2
0.000335693 11 0.0100 11 2
0.000366211 12 0.0100 12 2
0.000396729 13 0.0100 13 2
0.000427246 14 0.0000 14 2
0.000457764 15 0.0000 15 2
0.000488281 16 0.0000 16 2
0.000518799 17 0.0000 17 2
0.000549316 18 0.0000 18 2
0.000579834 19 0.0000 19 2

----

-----

within 1.000000000 (sec) range.  

  • Hello,

    The EVM does not support a time stamp feature. But this is can be implemented in the firmware you use for your design. The busy signal can be used, or the rising edge of the Convert start signals (note there are two convertstart on this device) to trigger a time stamp to be taken.

    Regards

    Cynthia