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.

ADS52J90EVM: random data collection

Part Number: ADS52J90EVM


HI, 

I have the ADS52J90EVM ADC, and the  TSW14J56 Evaluation Module. I need to collect the ADC data at completely random points. There doesn't seem to be a method to do that using TI software or the provided API's. Is there a way to get deeper access to the evaluation board to create custom data collection methods? or methods using the api?

  • Hi,

    TSWEVM's doesn't support such kind of feature. One work around I see is, TSW14J56 has very good capture depth. Almost 32Gb of data can be captured at one go. You can capture huge number of samples in HSDC GUI and then export the data to .csv file (File -> save i2c codes as csv). You can use python/matlab to post process the exported data. Skipping random samples in your case. Once external processing is done, you can re-import the processed data file. (File -> Import data file). 

    Please let me know if the above idea doesn't sound good.

    Regards,

    Kalyan