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.

TSW14J57EVM: HSDCPro Automation DLL ErrorStatus 1130

Part Number: TSW14J57EVM
Other Parts Discussed in Thread: ADC12DJ5200RFEVM

Hi,

I want to automate the operation of the tool and I am using DLL.
I would like to get a 1G sample, but I get error status 1130 during the capture run.
When I want to get 65536 samples, there was no problem.

This error code is not listed in the following documentation.
・Automation DLL Error Codes.csv
・HSDCPro Automation DLL Manual.doc

What is this error code?


EVM
・TSW14J57 Rev.E
・ADC12DJ5200RFEVM

Capture tool
・HSDCPro V5.2

Sample source directory
・<install_dir>\High Speed Data Converter Pro\HSDCPro Automation DLL\Manual and Examples\Automation DLL C Example\ADC

Error function
・Pass_Capture_Event()

Error status
・1130

Regards,
Takeo

  • Hello Takeo,

    I will have to double check if HSDC Pro supports a capture of this size, and additionally I think the DLL will have some timeouts in place that will take affect before the capture can be completed. I will also have to check if the TSW14J57 has the capability of capturing data this large as well.

    best,

    Eric

  • Hi Eric,

    I understand that the EVM board supports data capture of 1G samples.
    When manually operated with GUI, data capture of 1G sample is successful. In this case, the data capture took about 50 seconds. so the timeout period is also set to 100 seconds. Is this a limitation of the DLL?

    TSW14J57 manual says that following,
    "The TSW14J57 device can capture up to 1G 16-bit samples at a maximum line rate of 15 Gbps that are stored inside the on-board DDR4 memory".

    HSDCPro manual says that following,
    "the TSW14J57 has 1GB (16Gb) of RAM which allows up to 1,073,741,824 16-bit samples divided by the number of channels."

    TSW14J57 manual
    www.ti.com/.../slwu092a.pdf

    HSDCPro GUI manual
    www.ti.com/.../slwu087e.pdf

    Regards,
    Takeo