• Interrupt vector
    I need to creare on my flash two different and independent application: 0x00000-0x7FFF : diagnostic application 0x10000-0x1FFFF: main application I use, in diagnostic appl. , the call: ((void...
  • 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...
  • Relocating the vector table
    The board I'm using is the phyCORE-167HSE with ST10F269 processor intern: 256kB flash,; 8 + 2kB GP-RAM 2kB IRAM; Extern: 1MB flash on /CS0: 512kB RAM on /CS1 4kB UARTon /CS2 512kB RAM at /CS3...
  • overwriting ds80c400 interrupt vectors
    I have been trying to write c code to overwrite the interrupt vectors on the DS80c400 ( to do the same as the following asm code) EXTRN CODE (com_isr) MOV DPTR, #000023H MOV A, #02H; MOVX @DPTR...
  • Change the offset for the interrupt vector
    Hi I working with 89c669 and want to change the program start address to 0x016000h. But when I try to change the Interrupt vector to that address I get "Invalid Interrupt Vector Address !" Why can...