Tasklets in Linux kernel | Dynamic Method – Linux Device Driver Tutorial Part 21

Tasklets in Linux Driver

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Tasklets in Linux kernel (Dynamic Method) – Linux Device Driver Tutorial Part 21. … Read more

Tasklet in Linux (Static Method) – Linux Device Driver Tutorial Part 20

tasklet tutorial

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Tasklet in Linux Device Driver (Static Method) – Linux Device Driver Tutorial Part … Read more

Multiple External Interrupts in PIC16F877A

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. We have already seen External Interrupt, Serial, Timer Interrupts in our previous tutorial. In this tutorial, we are going to see How to use Multiple External … Read more

Workqueue in Linux Kernel Part 3 – Linux Device Driver Tutorial Part 16

Workqueue in Linux device driver

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorials, we have used a global workqueue. But in this tutorial, we are … Read more

Workqueue in Linux Kernel Part 2 – Linux Device Driver Tutorial Part 15

Workqueue in Linux

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we have seen the Workqueue in Linux using the Static method. This is … Read more

Interrupts in Linux Kernel – Linux Device Driver Tutorial Part 12

Interrupts in Linux kernel

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Interrupts in Linux kernel driver – Linux Device Driver Tutorial Part 12. You … Read more

8051 – Interrupt Tutorial

8051 Interrupts Tutorial

In this post, we are going to discuss the 8051 Interrupts Tutorial. Before that, you should know about the Interrupt basics. For Basics, you can go here. Let’s start… 8051 Interrupts Tutorial There are five interrupt sources for the 8051. Since the main RESET input can also be considered as an interrupt, six interrupts in … Read more

Interrupt Tutorial

what is an Interrupt in os

In this tutorial, we are going to see what is an interrupt in OS and how it is working? You can also read RTOS basics -1, RTOS basics – 2,  8051 Interrupts, and interrupts in Linux kernel. Interrupt – Introduction What is an Interrupt in os? Interrupt means stop the continuous progress of (an activity … Read more