DMA possible application use cases
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-01 8:19 AM
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
Labels:
- Labels:
-
STM32MP15 Lines
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-04 2:26 AM
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 'Accept as Solution' on the reply which solved your issue or answered your question.
