• LPC1768 - vector table size
    Hi, how to check size of the Interrupt Vector Table in LPC1768. I want to copy this table from flash to ram. Regards
  • 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...
  • Vector table remapping lpc17xx
    Hello, I'm using a lpc1766 and made a simple program to toggle a led from a timer interrupt. At first the interrupt vectors were in flash (see startup code below) and this worked just fine. So I...
  • Multiple Interrupt Vector Table
    Hello Fellas, I am a newbie in bootloader Development..i have one doubt...i am making an IAP, there will be bootloader and a firmware application on the MCU's(SM470R1B1M- ARM7TDMI core) Flash.I am confused...