• 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...
  • Relocating interrupt vectors
    How I can relocate the interrupt vectors from 8*n+3 to another address e.g. 0x6000.
  • How to relocate the Cortex-M3 Vector Table
    Hello, I am Davide Masi and I work on Fujitsu based on ARM Cortex M3. How do I relocate the interrupt vector table from address 0x0000 to a different address, for examples in RAM? Where can I find...
  • How to relocate the Cortex-M3 Vector Table
    Hi Everyone, I am very new to using the NXP LPC1788 base on the Cortex-M3. I will like to relocate the vector table from address 0x00000000 to another location in SRAM, say address 0x00003500 ....
  • Interrupts not through vector table ?
    Hello. As stated previously, I'm not not very familiar with ARM/Keil uV4. My problem: My PIT interrupt service routine: "__irq ISR_Pit()" seems to: 1) Beeing executed WITHOUT beeing routed/executed...