Understanding H5 GPDMA - circular, linked lists, tutorial sought
I'm having difficulties in approaching GPDMA in H5 architecture.
In another thread I'm trying to run a DMA, which keeps going itself (circularly?).
Does that mean inherently that always a linked list has to be used?
And would uneviteably go along with an interrupt being generated?
If the buffer length is 1 (in my case), that would be very costly and would foil the benefit of DMA.
Where can I find a good source for reading on (tutorial, examples)?
