Tool/software:
Hey.
I am trying to figure out exactly how the "fill" functionality of the dma works.
Does this increment the address the dma write to, or does it increment the value written to the address?
More specifically, I am wondering if it would be possible to get it to write incremental values to a register, each time it is fired:
fired first time: write 1 to the address.
fired second time: write 2 to the (same) address.
etc.