• remapping bank0 of STR912 device
    Hi, On the ST site there is a example of in system programming using an UART. This code must be programmed in Flash bank 1 wich has to be rempapped at adres 0x00. Is this possible using ULINK...
  • 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...
  • 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 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...
  • 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...