• 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...
  • 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...
  • 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...
  • 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...
  • A question aboout Monitor Vector Base Address Register(MVBAR)
    Hello, experts: My platform has a Cortex-A9 MPCore CPU, It supports the trustzone tech. I tried to switch the non-secure world to secure world in Linux but It is hard to implement. I have a question...