-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMIO keybord interrtupt not triggering. #208
Comments
attached the screen shot of the CSRs and MMIO address in the comments. Please help with this issue have tried all the configuration and this issues seems to persist. |
https://github.com/TheThirdOne/rars/blob/master/src/rars/tools/KeyboardAndDisplaySimulator.java#L774 The problem is this check fails and interrupt is not send ever. when i created the rar with this check commented
The interrupt is properly triggered. Why is this check here ? |
@TheThirdOne The issue is blocking my project for more than a week. Please provide any help |
I have Assembeled the below code. then connected the MMIO keyboard and display simulator using "Connect to Program".
The value is updated properly in 0xffff0004 on button press but the interrupt is not triggered.
When I ran a different program for timer interrupt that is working. what is the issue with the MMIO interrupt ?
The text was updated successfully, but these errors were encountered: