Skip to content

Add section about handling interrupts #584

Open

Description

A question that often comes up in the bare metal course is how to handle interrupts. It would probably be worthwhile to add a few pages to the afternoon about this. This would need to cover not just how we set up the exception vector but how we share state between the main program and the exception handlers, talking in more depth about spinlocks, critical sections, and how we can implement our own safe wrapper for these using Send and Sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions