• 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...
  • 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...
  • 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...
  • Reset vectors remapping in STR7
    Hi to All, I am trying to do the following: to copy ARM reset vectors (64 bytes) from internal flash to internal RAM, then to set boot configuration of CPU so 0x00000000 to reference 0x20000000 ...
  • 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...