Timeout in OpenADC capture(), no trigger seen!+Timeout happened during acquisition

I’m trying Lab 2_1B MAIN. After building, when I tried to run

trace_test = cap_pass_trace(“h\n”)
, here came an error like following:


I just filled the notebook with the guide of SOLN_Lab 2_1B. So why this problem happened? How can I solve the problem? Thanks!

1 Like

Were you able to run any of the other notebooks successfully?
The usual culprits are:

  1. the target hasn’t been programmed with the correct firmware
  2. there is a mismatch between the serial protocol version (SS_VER) used in building the target firmware and the version being used to talk to the target.
1 Like