Programmable interrupt controller: Difference between revisions

Content deleted Content added
Grammar
Tags: Mobile edit Mobile web edit Advanced mobile edit
Remove machine-generated article. Not a reliable source. Replace source.
Line 2:
{{one source|date=February 2014}}
{{more footnotes|date=September 2013}}
In [[computing]], a '''programmable interrupt controller''' ('''PIC''') is an [[integrated circuit]] that helps [[microprocessor]] (or [[CPU]]) to handle [[Interrupt request (PC architecture)|interrupt requests]] (IRQ) coming from multiple different sources (like external I/O devices) which may come (get fired) simultaneously.<ref>{{Citecite webjournal|title=InterruptA ControllerRevisitation -of anKernel overviewSynchronization {{!}}Schemes
|authors=Christopher Small and ScienceDirectStephen TopicsManley
|url=https://wwwstatic.sciencedirectusenix.comorg/topicspublications/engineeringlibrary/interrupt-controller|access-date=2020-07-26|website=www.sciencedirectproceedings/ana97/full_papers/small/small.comhtml}}</ref> It helps to prioritize IRQs so that CPU switches execution to the most appropriate [[interrupt handler]] (ISR) after the PIC assesses the IRQs' relative priorities. Common modes of a PIC include hard priorities, rotating priorities, and cascading priorities.{{Citation needed|date=July 2011}} PICs often allow the cascading of their outputs to inputs between each other. On [[PC architecture]] PIC are typically ebedded into a [[Southbridge (computing)|southbridge chips]] whose internal architecture is defined by chipsets' vendors' standards.
 
==Common features==