You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have the following setting for an interrupt:
level intr; precedence hw; woclr;
This interrupt does not get cleared when I write a 1 to the interrupt bit. If I remove the "precedence hw" then it works as expected. However, the reason I need the "precedence hw" is to ensure that interrupt is generated if the register write and the interrupt condition occur in the same clock. Without the "precedence hw" I could miss the interrupt if the interrupt condition occurs at the same time as when software is trying to clear the interrupt.
Is there another method to do this?
Thanks,
Saurabh
The text was updated successfully, but these errors were encountered:
Hi,
I have the following setting for an interrupt:
level intr; precedence hw; woclr;
This interrupt does not get cleared when I write a 1 to the interrupt bit. If I remove the "precedence hw" then it works as expected. However, the reason I need the "precedence hw" is to ensure that interrupt is generated if the register write and the interrupt condition occur in the same clock. Without the "precedence hw" I could miss the interrupt if the interrupt condition occurs at the same time as when software is trying to clear the interrupt.
Is there another method to do this?
Thanks,
Saurabh
The text was updated successfully, but these errors were encountered: