Peripheral DMA controller: Difference between revisions

Content deleted Content added
m Plural
 
(8 intermediate revisions by 5 users not shown)
Line 1:
A '''peripheral DMA controller''' ('''PDC''') is a feature found in modern [[microcontroller]]s. This is typically a [[FIFO (computing and electronics)|FIFO]] with automated control features for driving implicitly included modules in a microcontroller such as [[UART]]s.
{{Orphan|date=February 2009}}
A '''peripheral DMA controller''' is a feature found in modern [[microcontroller]]s. This is typically a [[FIFO]] with automated control features for driving implicitly included modules in a microcontroller such as [[UART]]s.
 
This takes a large burden from the [[operating system]] and reduces the number of [[interrupt]]s required to service and control these typetypes of functions.
 
==See also==
[[Category:Embedded systems]]
* [[Direct memory access]] (DMA)
* [[Autonomous peripheral operation]]
 
==References==
{{reflist}}
 
[[Category:EmbeddedIntegrated systemscircuits]]
 
{{microcompu-stub}}