• Changing HW and SW interrupt vector address
    Hi, I know how to change SW interrupt vector address, but my problem is that it will not work if I don't change it HW too. Is the AT89C51ED2. This micro doesn't say anything about changing the HW...
  • Changing HW and SW interrupt vector address
    Hi, I know how to change SW interrupt vector address, but my problem is that it will not work if I don't change it HW too. Is the AT89C51ED2. This micro doesn't say anything about changing the HW...
  • 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...
  • 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...
  • Changing an Interrupt Vector
    I have an application that uses CAPCOM Timer 0, and want to change the interrupt vector address during runtime to vector to another function. However, the CAPCOM Interrupt Vector Location is at 80h, which...