Template:Labman

Copyright © 2017–2023 J. M. Spivey
Revision as of 16:10, 17 April 2023 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Lab zero: getting started. Follow the instructions for building, loading and running a simple program that echoes input sent over the serial port.
  • Lab one: assembly language. Implement various arithmetic operations in assembly language.
  • Lab two: general purpose I/O. Enhance an electronic Valentine's card to respond to button presses.
  • Lab three: interrupts. Investigate a program that uses interrupts to overlap computing a list of primes with printing it.
  • Lab four: micro:bian. Experiment with an embedded operating systems that supports concurrent processes communicating by messages.