pluto_hdl_adi/projects/m2k
AndreiGrozav e1353d5291 m2k: use DMA streaming interface
The previous mechanism was "probing" the DMAs for valid data. Better said,
each interpolation channel enabled it's DMA until a valid data was received,
then it disabled the DMA read and waited for the adjacent channel(DMA) to
receive a valid data. Only when for both channels had valid data on the
DMAs interfaces was the transmission started. This added an undesired and
redundant complexity to the interpolation channels. Furthermore, for continuous
transmission, using the above mechanism lead to a fixed phase(sample)
shift between the two channels at each start.

By using the streaming mechanism the interface is simplified and the
above problems are solved.
2020-03-06 15:57:43 +02:00
..
common m2k: use DMA streaming interface 2020-03-06 15:57:43 +02:00
standalone m2k: Clean old interrupt connection style 2019-10-18 18:28:01 +03:00
Makefile Regenerate project top-level Makefiles 2018-04-11 15:09:54 +03:00