I am using the standard X310 HG image running a simple flow graph with one dma_FIFO as follows, and the flowgraph freezes after approximately 800,000 samples:
signal_source --> throttle --> dma_fifo --> timesink However, if I put an RFNOC block in, it works: signal_source --> throttle --> dma_fifo --> RFNOC_Block --> timesink Does the dma_fifo require a succeeding RFNOC block, or otherwise, why is it not working? Using UHD-3.15.LTS Could it be related to this error: https://github.com/EttusResearch/uhd/issues/203 Thanks, Jeff
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com