Skip to main content
Visitor II
November 1, 2019
Question

DMA possible application use cases

  • November 1, 2019
  • 1 reply
  • 975 views

Hi,

Can anyone give me possible application use cases that Direct Memory Access (DMA) is needed or has advantages to use for stm32mp157c?

Or any document that explains possible application use cases ?

tnx

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 4, 2019

    That's a very generic question.

    DMA are useful for various purposes, mostly to manage hard real time constrains (e.g. transfer data from/to an high-speed peripheral without over/under flow) which are sometimes complex using interrupt (especially when using an OS such as Linux).

    DMA are also good to offload processor(s) task for other purposes (could also allow to save power).

    Regards.