Altera_Forum
Honored Contributor
14 years agoSignalTap II question
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.