This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

spurious interrupts not simlated in arm7

spurious interrupts not simlated in arm7

Parents
  • If you simulate the hardware correctly, then presumably the interrupt stays clear -- if that's what it's supposed to do.

    If you've got a floating signal or whatever on the board that causes spurious interrupts, how is the simulator supposed to know that?

    I suppose you could add a DLL that just generated random interrupts at random intervals, to see if the software could handle it correctly.

    Perhaps we're not using the same definition of "spurious interrupt".

Reply
  • If you simulate the hardware correctly, then presumably the interrupt stays clear -- if that's what it's supposed to do.

    If you've got a floating signal or whatever on the board that causes spurious interrupts, how is the simulator supposed to know that?

    I suppose you could add a DLL that just generated random interrupts at random intervals, to see if the software could handle it correctly.

    Perhaps we're not using the same definition of "spurious interrupt".

Children