Quantcast
Viewing all articles
Browse latest Browse all 63778

Forum Post: RE: Is there a way to tell how many bytes were transferred by the MSP432 DMA?

[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.

Viewing all articles
Browse latest Browse all 63778

Trending Articles