pics

In computing, a programmable interrupt controller (PIC) is an integrated circuit that helps a microprocessor (or CPU) handle interrupt requests (IRQs) coming from multiple different sources (like external I/O devices) which may occur simultaneously. It helps prioritize IRQs so that the CPU switches execution to the most appropriate interrupt handler (ISR) after the PIC assesses the IRQs' relative priorities. Common modes of interrupt priority include hard priorities, rotating priorities, and cascading priorities. PICs often allow mapping input to outputs in a configurable way. On the PC architecture PIC are typically embedded into a southbridge chip whose internal architecture is defined by the chipset vendor's standards.

View More On Wikipedia.org
  • 1

    salty

    Distinguished Member From Lancs
    • Messages
      3,053
    • Reaction score
      6,318
    • Points
      1,644
  • 1

    WonkoTheSaneUK

    Prominent Member From North Wales
    • Messages
      1,728
    • Reaction score
      2,657
    • Points
      726
  • 1

    MG Clive

    Moderator From North Yorkshire
    • Messages
      1,158
    • Reaction score
      1,560
    • Points
      497
  • 1

    onkeldunkel

    Established Member From Denmark
    • Messages
      51
    • Reaction score
      19
    • Points
      10
  • Back
    Top Bottom