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.

ADC12D800RF: Response time delay

Part Number: ADC12D800RF
Other Parts Discussed in Thread: WAVEVISION5

Hi..

I read data from the ADC12D800RFRB model using WaveVision5.

The problem is that setting the HW_TRIG takes too long to respond.

Typical response time is 82 millisecond but HW_TRIG set response is 185 millisecond.

I have to reduce response time.

data read function is
WvBool Wv_API WvBoardReadCaptureData(
WvWord board_index,
WvWord dut_index,
WvWord* return_data,
WvWord sizeof_data_allocated_by_caller,
WvBool* return_data_valid
);

h/w trig set function is
WvBool Wv_API WvNewestHardwareWrite(
WvWord board_index,
WvWord dut_index,
Wv_Debug_Access_Method access_method,
WvWord bus_index,
WvWord device_address,
WvWord address_bitwidth,
WvWord address,
WvWord data_bitwidth,
WvWord write_value
);

I wait for your response.