• RTX , Cortex-M4 and vector table
    Hello, When coding a simple project (Freescale K40 + Keil IDE) it's possible to set the vector table offset register to the correct ram address. For example: #define RAM_START (0x20000000 - ((RAM_SIZE...
  • 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...
  • LPC1768 - vector table size
    Hi, how to check size of the Interrupt Vector Table in LPC1768. I want to copy this table from flash to ram. Regards
  • 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...
  • Interrupt vector table question
    I have a question about the interrupt vector table for NXP LPCxxxx processors. The manual states that the reserved vector in the table must be filled with a value so that the addition of all vectors...