当前位置:
首页 资源下载
搜索资源 - spi master or slave
搜索资源列表
-
0下载:
STM8单片机的SPI主从通信,一个STM8单片机当主机,另一个STM8单片机当从机,基本实现了SPI的所有功能,特别适合对SPI的深入理解。-STM8 microcontroller SPI master or slave communication, a STM8 microcontroller as host another STM8 microcontroller from the machine, the basic realization of all the features of
-
-
0下载:
The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link standard named by Motorola that operates in full duplex mode. Devices communicate in master/slave mode where the master device initiates the data frame. Multiple slave d
-
-
0下载:
a code for SPI comunication slave and master, you can use for DSP or other driver.
-
-
0下载:
SPI的通信原理很简单,它以主从方式工作,这种模式通常有一个主设备和一个或多个从设备,需要至少4根线,事实上3根也可以(单向传输时)。也是所有基于SPI的设备共有的,它们是SDI(数据输入),SDO(数据输出),SCK(时钟),CS(片选)。
-SPI communication principle is very simple, it is the work of master-slave mode, this mode usually has a master device and o
-
-
0下载:
SPI Master and Slave for multiple master and multiple slave , working model , useful for interfacing ADC or DAC
-
-
0下载:
SPI(Serial Peripheral Interface)是一种串行同步通讯协议,由一个主设备和一个或多个从设备组成,主设备启动一个与从设备的同步通讯,从而完成数据的交换。-SPI (Serial Peripheral Interface) is a serial synchronous communications protocol, by a master and one or more slave devices composed of master and slave device
-
-
0下载:
spi 的verilog rtl 代码, 包括整体仿真环境,测试码等(spi master or slave verilog rtl code)
-