[quote]... I could not find any register that would tell me how many bytes have been transferred.[/quote] Maybe because this is not the use-case DMA is intended for. Polling the current state would defeat the very purpose of DMA - the cycles saved by DMA are spent while polling. Perhaps an event-based (i.e. interrupt) approach would be more appropriate in your case.
↧