Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Traps and Interrupts: Mechanisms for Operating System Control
Graph Chatbot
Related lectures (30)
Previous
Page 3 of 3
Next
Adding Interrupts: CPU Dispatcher
Covers adding interrupts to a CPU and implementing a software dispatcher for interrupt handling with fixed priorities.
Adding Interrupts to a CPU
Covers the process of adding interrupts to a CPU and the necessary modifications in the datapath and control.
Inputs and Outputs: Peripheral Communication
Explores peripheral communication through input/output devices, memory-mapped interfaces, interrupts, and direct memory access.
Inputs and Outputs
Explores inputs and outputs in computer systems, covering peripherals, addressing modes, A/D converters, interrupts, and DMA.
Threads: Concurrency and Parallelism in Computer Systems
Covers the thread abstraction in computer systems, focusing on concurrency, parallelism, and the management of threads using the POSIX API.
Shell Redirection: Understanding Process Management
Covers how the shell manages processes and demonstrates output redirection in UNIX-like systems.
MicroC/OS-II: Real-Time Kernel Overview
Provides an overview of MicroC/OS-II, a real-time kernel with multitasking capabilities and deterministic functions, covering topics such as task management, kernel, and intertask communication.
Microcontrollers Fundamentals
Covers microcontrollers fundamentals, including operations, pointers, interrupts, and interrupt handling.
Timers and Counters: Architecture and Applications
Explores the architecture and applications of timers and counters in microcontrollers for generating precise time bases and signals.
Exceptions: Control Flow and Handling
Explores exceptions, interrupts, faults, and their handling in computer systems, emphasizing the complexities of writing exception handlers.