Skip to content
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

Makes interrupts interruptable #627

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

corwinkuiper
Copy link
Collaborator

@corwinkuiper corwinkuiper commented Apr 9, 2024

  • no changelog update needed

@corwinkuiper corwinkuiper force-pushed the add-nestable-interrupts branch 2 times, most recently from a27f84a to bc35b9b Compare April 10, 2024 17:09
@corwinkuiper
Copy link
Collaborator Author

In mgba I see that the interrupt master enable is on and the cpsr interrupt disable bit is unset, so I'm not sure why in Arm mode the interrupt isn't firing :/

@corwinkuiper corwinkuiper force-pushed the add-nestable-interrupts branch 2 times, most recently from 82bfdf8 to 23e1179 Compare May 25, 2024 14:49
@corwinkuiper
Copy link
Collaborator Author

The problem is that both interrupts are triggered together which causes the second timer to be blocked

@corwinkuiper corwinkuiper force-pushed the add-nestable-interrupts branch from 9d833d1 to 5ce4039 Compare June 4, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant