Skip to main content
IYetk
Associate III
November 1, 2019
Question

DMA possible application use cases

  • November 1, 2019
  • 1 reply
  • 989 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

PatrickF
ST Employee
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.

In order to give better visibility on the answered topics, please click on 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent