Can you try from the command line? (open the xtimecomposer shell and do
Code: Select all
xrun bin/AN00231_ASRC_SPDIF_TO_DAC.xe
Code: Select all
xrun bin/AN00231_ASRC_SPDIF_TO_DAC.xe
Code: Select all
source SetEnv
Code: Select all
--xscope
xscope is many things - at a basic level it's a fast print mechanism with low intrusiveness, which is what this app uses. So "Run Configurations > Target I/O > xSCOPE via xCONNECT" is all you need to enable this."Run Configurations > Target I/O > xSCOPE via xCONNECT" and switched XScope to real-time mode.
is somethign different. That enables real time graphical scope mode. Like a normal scope, you have to add probes.switched XScope to real-time mode
Code: Select all
while (1) {
select {
case spdif_receive_sample(c_spdif_rx, sample, index):
i_serial_in.push(sample, index); //Push them into serial to block
if(index ==0 ) xscope_int(0, sample);
break;
}
}
No need to worry - the updated lib_spdif library (version 2.0.2) has been modified to handle entry from single or dual issue caller:Lib_spdif should have these changes applied: https://github.com/xcore/sc_spdif/commi ... 19e4abe79e