• 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...
  • 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...
  • Interrupt Vector Table
    Hello, One has a ram in 0-0x3FFF and rom in 0x10000-1FFFF placed. If one does not make a redirection of Interrupt Vector Table it's to expect that IVT should be put in the address range from 0-0x1FF...
  • 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...