Micro Processor & Controller Interrupts & PIE Interrupts - - PowerPoint PPT Presentation

micro processor controller
SMART_READER_LITE
LIVE PREVIEW

Micro Processor & Controller Interrupts & PIE Interrupts - - PowerPoint PPT Presentation

Micro Processor & Controller Interrupts & PIE Interrupts & PIE Interrupt - - Summary Summary Interrupt In System Programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that


slide-1
SLIDE 1

Interrupts & PIE Interrupts & PIE

Micro Processor & Controller

slide-2
SLIDE 2

Interrupt Interrupt -

  • Summary

Summary

In System Programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention. An interrupt alerts the processor to a high-priority condition requiring the interruption of the current code the processor is executing. The processor responds by suspending its current activities, saving its state, and executing a function called an interrupt handler (or an interrupt service routine, ISR) to deal with the event. This interruption is temporary, and, after the interrupt handler finishes, the processor resumes normal

  • activities. There are two types of interrupts: hardware

interrupts and software interrupts.

slide-3
SLIDE 3

Interrupt Interrupt -

  • Source

Source

slide-4
SLIDE 4

C28 Interrupts C28 Interrupts

Int1 – In12 PIE

slide-5
SLIDE 5

C28 Interrupts Memory Vectors C28 Interrupts Memory Vectors

slide-6
SLIDE 6

Peripheral Interrupt Enable (PIE) Peripheral Interrupt Enable (PIE)

12 x 8 = 96 Interrupts

slide-7
SLIDE 7

PIE Vector Table PIE Vector Table

slide-8
SLIDE 8

Example Example – – Timer0 Timer0 Int Int