remapping the interrupt vector table to alternate locations in the memory map

dear All,

in nxp lpc 1768 i read "remapping the interrupt vector table to alternate locations in the memory map".

for which reason one should to remap the interrupt vector table?

regards,
Ras

Parents
  • Hi,
    it would be useful to remap the vector table.
    For example, each task or thread can have a different vector table.
    If the remap target is SRAM, a specific interrupt handler can be changed.
    From a power consumption aspect, less power is consumed if the vector is in SRAM than in Flash.
    Best regards,
    Yasuhiko Koumoto.
Reply
  • Hi,
    it would be useful to remap the vector table.
    For example, each task or thread can have a different vector table.
    If the remap target is SRAM, a specific interrupt handler can be changed.
    From a power consumption aspect, less power is consumed if the vector is in SRAM than in Flash.
    Best regards,
    Yasuhiko Koumoto.
Children