A Closer Look At - Episode 5 - Vectored Interrupt | Videos
A Closer Look At - Episode 5 - Vectored Interrupt
Come learn how vectored interrupts work! Vectored Interrupts provide a hardware based approach to interrupt polling. Vectored interrupts are faster and more accurate than polling interrupts. The central microprocessor knows where the interrupt has been triggered based upon a vectored interrupt table, and executes the correct interrupt service routine. This increases interrupt polling accuracy while decreasing the number of CPU cycles required to complete the polling process.
The video is an introduction to vectored interrupts in the PIC18-K42 family of Microchip’s microcontrollers. If you are looking to learn more about vectored interrupts, this video is the place to start!
Follow-up on the content in this video with an in-depth look into Vectored Interrupts in the Vectored Interrupt Technical Brief: http://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en594835
Or if you want to order a part and get started using this awesome feature, order one now at the PIC18...K42 family page here: http://www.microchip.com/promo/pic18f-k42
Check out microchip.com/mplabxpress for additional tutorials and examples from Microchip experts and subscribe to Youtube to keep up to date on the latest content!
Vectored Interrupts, K42, Interrupt, ISR, interrupt service routine, hardware interrupt, efficient code, PIC18, Microchip, core independent, fast code, polling, vectored interrupt table, vectored interrupt controller, microcontroller