Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.97 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.97 KB

Microprocessors

ARM Icon Assembly Icon C Icon STM32 Icon Uvision Icon UART Icon

Logo designed by AI: DALLE, just like the rest of my course repository icons.

The code in this repository was developed by:

  • Georgios Selivanof (@Selivanof)
  • Lamprinos Chatziioannou

Description

Essentially this repository tracks our team's approach to the microprocessors course, taught by professor Ioannis Papaefstathiou, during the 8th semester of the E.C.E. A.U.Th. study program.

There is also a folder with notes and helpful material (check it out)

Contents

  • Lab 1: This was about writing in assembly, utilizing assembly within c and using UART to print information.
  • Lab 2: This was about reading input through UART and handling interrupts through customized ISRs.
  • Lab 3: Building on the previous labs, this was about using ISRs, and UART to collect temperature information from the given sensor. The behaviour was affected by user input.