rust-training icon indicating copy to clipboard operation
rust-training copied to clipboard

Write slides on interrupts

Open jonathanpallant opened this issue 1 year ago • 3 comments

Perhaps a classroom analogy would work well here (some students put their hands down automatically, some students must be told to put their hands down).

Use the USBD power interrupt as an example, as it ties in well with the nRF52 USB Workbook.

jonathanpallant avatar Oct 04 '24 15:10 jonathanpallant

Cover cs::Mutex<core::cell::RefCell<Option<THING>>> for sharing state with interrupt handlers.

jonathanpallant avatar Oct 04 '24 15:10 jonathanpallant

We have example code for this now, but not slides.

jonathanpallant avatar Mar 24 '25 15:03 jonathanpallant

I once heard/read the door bell rings analogy and I really liked it.

robamu avatar Oct 14 '25 15:10 robamu