• Vector Table in RAM
    I'm using the K60FN1M0VMD15 and am looking for an example of moving the Vector table from the default location to a location in RAM. I'm using RTX and can't find an example. I know how to change VTOR...
  • Vector Table in RAM
    I'm using the K60FN1M0VMD15 and am looking for an example of moving the Vector table from the default location to a location in RAM. I'm using RTX and can't find an example. I know how to change VTOR...
  • DYNAMIC REDIRECTION OF INTERRUPT VECTORS
    Hi My ST10/C167 target hardware has a BOOT (that starts at 0:0000h) and a separate and independant MAIN application that is downloaded into FLASH memory at 2:0000h. Both applications use serial comm...
  • DYNAMIC REDIRECTION OF INTERRUPT VECTORS
    Hi My ST10/C167 target hardware has a BOOT (that starts at 0:0000h) and a separate and independant MAIN application that is downloaded into FLASH memory at 2:0000h. Both applications use serial comm...
  • 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...