• 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...
  • STR912 RTX vector remap
    Hi all, Have anyone successfully remapped the interrupt vectors after making a bank 1 to bank 0 switch on a STR912 or MCBSTR9? I have a bootloader running from bank 1 on STR912 and jumps to bank...
  • Remapping Vector Table
    Pardon my stupidity, but I am currently at a loss.... I am trying to port a program from uV3 to uV5.1 and am having an issue with remapping the vector table from ROM into RAM. This method works fine...
  • Interrupt vectors remapping on lpc23xx
    Hi, I'm trying to setup some application code to be used with a homemade bootloader . The bootloader is set up at the first sector , and my app at 0x1000. So I have to copy the interrupt vectors...
  • Remapping interrupt vectors on a LPC1114
    Hello, The user manual of the LPC1114 states clearly that the device has a SYSMEMREMAP register capable of instructing the device to snatch interrupt vectors from static RAM. But it does not indicate...