--- Quote Start ---
Dear all,
I met the following message when I was trying to get data from SignalTap to MATLAB:
-----------------
>> X = alt_signaltap_run('scale3.stp', 'signed');
Warning: Insufficient number of samples acquired. 2048 samples are expected, but 2 samples are acquired. No data are returned. Please check the JTAG communication for the cause of the interruption.
>> clear alt_signaltap_run
>> clear all;
>> X = alt_signaltap_run('scale3.stp', 'signed');
Warning: Insufficient number of samples acquired. 8192 samples are expected, but 514 samples are acquired. No data are returned. Please check the JTAG communication for the cause of the interruption.
------------------
Please suggest me how to fix it.
Thank you in advance.
--- Quote End ---
I set up "power-up trigger enabled option" and after this I can transfer all data to MATLAB.
Is the option is necessary to transfer the data to MATLAB?