Real I2C Bus Linux Device Driver – Linux Device Driver Tutorial Part 39

Real I2C Bus 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. This is the Real I2C Bus Linux Device Driver example using Raspberry PI – Linux Device … Read more

I2C Client Linux Device Driver – Linux Device Driver Tutorial Part 37

I2C Linux Device Driver using Raspberry PI

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 I2C Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial Part … Read more

GPIO Linux Device Driver (GPIO Interrupt) – Linux Device Driver Tutorial Part 36

GPIO 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. This is the GPIO Linux Device Driver (GPIO Interrupt) using Raspberry PI – Linux Device Driver … Read more

STM32 GPIO Tutorial (LED and Buttons)- Bare Metal Part 2

STM32 GPIO Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. Basically, you can write GPIO codes in multiple ways (Using HAL, the GPIO driver).Using that HAL you can finish your job in very few lines of code. But I would … Read more

Creating a New Project for STM32 in Keil IDE

New project for STM32

This is the Series of tutorials on STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In this tutorial, we will see how to create a new project for STM32 in Keil IDE.You can also read, the STM32 GPIO tutorial, Getting Started with STM32 RTOS, LPC2148 … Read more

USB Device Driver Example – Linux Device Driver Tutorial Part 34

USB Device Driver Example

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 USB Device Driver Example program in the Linux Device Driver – Linux Device … Read more

USB Device Driver Basics 1 – Linux Device Driver Tutorial Part 33

USB Device Driver Basics

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 USB Device Driver Basics in the Linux Device Driver – Linux Device Driver … Read more

Embedded Companies in India

Embedded companies in india

Hello everyone. Most of the Engineer graduate’s desire is to get placed in core companies. For EEE, ECE, EIE, ETE, etc department students, Embedded System is the core. They need some guidance initially to get a job. We (EmbeTronicX) is the website that is used to teach them some technical concepts in embedded through online … Read more

Reset Sequence in ARM Cortex-M4

Reset Sequence in ARM Cortex-M4

As you are an embedded engineer, have you thought anytime, about what happens when you press the reset button (Reset Sequence in ARM Cortex-M4 or boot sequence in Arm Cortex-M4)? How it is calling the main() function in your application automatically?And also, If you are attending any interviews, the interviewer might have asked you this … Read more

Seqlock in Linux Kernel – Linux Device Driver Tutorial Part 31

seqlock 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 Seqlock in Linux Device Driver using Raspberry PI – Linux Device Driver Tutorial … Read more