SPI in Embedded Linux - Quick Reference Guide

preview_player
Показать описание
In this video tutorial, we are showing concept of Serial Peripheral Interface (SPI), and using SPI in Linux. We are also talking about IOCTL system call in Linux. We will learn SPI interface by programming LED Interface IC MAX 7219. We will write C code.
#SPI #Embeddedcraft #LEDMatrix
Topics covered in this video tutorial ...

00:07 Topics covered
00:44 Hardware Requirement
01:34 SPI Introduction
03:23 SPI Configuration
04:38 SPI Support in Linux
05:39 Steps to access SPI Device
10:04 MAX 7219 LED Display Driver
11:49 Interfacing Circuit
13:01 Working with MAX7219
15:13 Displaying Characters on LED Matrix
16:32 Steps to display "A" on LED Matrix
19:24 C code to access MAX7219 Interface
20:34 Single Stepping

Reference Video Tutorial

Accessing GPIO and LED Blinking - LED Blinking Program in C for Beaglebone Black board

LINUX I2C Tutorial-Accessing I2C EEPROM

Other Important videos

Building Bare-Minimum Linux for QEMU

I2C Tutorial-Accessing I2C EEPROM in Linux

Building Linux Kernel and Preparing bootable SD CARD for Beaglebone Board

Buildroot Tutorial- Linux Kernel on QEMU Virtual board - Booting Linux and Running Linux Application

LED Blinking Application for STM32 Board on QEMU

Run and Debug Embedded Linux Application using GDBServer and GDB

Building Linux Kernel for QEMU for ARM Board

Building Linux Kernel, Kernel Modules and Device Tree for Beaglebone Black Board

Eclipse and GCC Compiler - Configuring Eclipse to use GCC Compiler for QEMU

Beaglebone Black Board: Serial Port Interfacing, Connecting Beaglebone Black board with Serial Port

Embedded Linux - Building Tool chain with Crosstool-NG

Preparing bootable Micro SD card using command line on Linux Host

Raspberry PI remote desktop access | Using VNC Viewer on Linux Host to access Raspbian OS Desktop

Using QEMU to Emulate Cortex M based board and Running LED Blinking Program

Follow us ...

More videos on Embedded System and related topics can be found at:

Рекомендации по теме
Комментарии
Автор

More interesting would be reading from spi device in linux. And what's the most interesting is how chip select behaves itself in linux spi driver

zyxxyz