• VIC: Synchronous vs asynchronous modes
    I'm trying to understand the two modes of Vectored Interrupt Controller (PL192) and have some difficulty understanding it from a programmer's perspective. As a, standalone interrupt controller for a ARM...
  • How to configure Interrupt vector table ?
    Hi, I am using I.MX6Q Sabre sd board (cortex-a9 ). I am trying to build custom image with my own start script and ld script. The image is to be loaded with u-boot. Where should i place the Interrupt vector...
  • Cortex-M4 setup vector table for external interrupts
    I don't want to setup the vector table for all my external interrupts. For instance I only need the timer4 IRQhandler at IRQn 30. How can I make an offset in the table? Is this necessary?
  • 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
  • Vector Table for ARMv8 (cortex A57)
    Hi, How do i configure vector table for cortex A-57? From the documents - "The vector table has 16 entries, with each entry being 128 bytes (32 instructions) in size. The table effectively consists...