Peripheral DMA controller: Difference between revisions

Content deleted Content added
Rpc48gx (talk | contribs)
 
m Plural
 
(18 intermediate revisions by 12 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.
== Peripheral DMA controller ==
 
This takes a large burden from the [[operating system]] and reduces the number of interrupts[[interrupt]]s required to service and control these types of functions.
This is typically a [[FIFO]] with automated control features for
driver implictly included modules in a microcontroller such as [[UARTS]].
 
==See also==
This takes a large burden from the operating system and reduces the number of interrupts required to service
* [[Direct memory access]] (DMA)
and control these type of functions.
* [[Autonomous peripheral operation]]
 
==References==
{{reflist}}
 
[[Category:Integrated circuits]]
 
{{microcompu-stub}}