• Structure of the C16x Interrupt Vector Table
    The documentation states that the interrupt vector table consists of 4 bytes for each interrupt, and that these 4 bytes are actually code. If 2 bytes are used for a jump instruction, how can an interrupt...
  • Relocating Interrupt Vector Table
    Note: This was originally posted on 13th August 2010 at http://forums.arm.com Hi,                I want to know that whether it is possible to change the base address of vector table?... Working on this...
  • Interrupt Vector Table Problem
    When I load my code into the dscope debugger I do not get a jump to my interrupt service routines in the vector table. I am using two interrupts (serial interrupt -4, timer interrupt -1) The code at...
  • Interrupts not through vector table ?
    Hello. As stated previously, I'm not not very familiar with ARM/Keil uV4. My problem: My PIT interrupt service routine: "__irq ISR_Pit()" seems to: 1) Beeing executed WITHOUT beeing routed/executed...
  • Interrupt vector table question
    I have a question about the interrupt vector table for NXP LPCxxxx processors. The manual states that the reserved vector in the table must be filled with a value so that the addition of all vectors...