• Vector Table Offset LPC1788 (VTOR) - NOR Flash
    Hello, I'm using uVision 4.20 and an LPC1788 development board. The development board has external NOR flash at CS0 (0x80000000). I am able to download code to the external NOR flash using and...
  • Vector Table Offset LPC1788 (VTOR) - NOR Flash
    Hello, I'm using uVision 4.20 and an LPC1788 development board. The development board has external NOR flash at CS0 (0x80000000). I am able to download code to the external NOR flash using and...
  • Changing an Interrupt Vector
    I have an application that uses CAPCOM Timer 0, and want to change the interrupt vector address during runtime to vector to another function. However, the CAPCOM Interrupt Vector Location is at 80h, which...
  • Changing an Interrupt Vector
    I have an application that uses CAPCOM Timer 0, and want to change the interrupt vector address during runtime to vector to another function. However, the CAPCOM Interrupt Vector Location is at 80h, which...
  • Relocating Interrupt vectors without changing STARTUP.A51?
    Hi, I have built a boot loader which chooses the recent between 2 versions of the program burnt on the flash. The only problem is that I need 2 copies of the interrupt and reset vectors...one for each...