CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - spi协议

搜索资源列表

  1. spi

    0下载:
  2. spi协议的驱动程序源代码-20 agreements driver source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9584
    • 提供者:杨波
  1. SPI-ds1302

    0下载:
  2. spi协议,分为几个文件块,以供调用,采用时钟芯片ds1302做例子,进行协议的实现,是c程序方面阅读。-spi agreement, the document is divided into several blocks, calling for the use ds1302 clock chip as an example, for the realization of the agreement is c procedures reading.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4343
    • 提供者:hxc
  1. spi

    1下载:
  2. spi协议的FPGA实现(Verlog).
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:徐凯
  1. Spi.rar

    0下载:
  2. SPI通讯协议的实现, 主从模式的通讯,所有通讯必须主机发起,SPI communication protocol' s implementation, master-slave mode of communication, all communication must be initiated by the host
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:1489
    • 提供者:石头
  1. VHDL-SPI-Module.doc

    0下载:
  2. 本spi参数化通讯模块是一个支持SPI串行通信协议从协议的SPI从接口。可通过改变参数设置传输的位数,由外部控制器给定脉冲控制传输。-The parameters of spi communication module is a support SPI serial communication protocol from the agreement from the SPI interface. By changing the parameter settings can be transmit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:38463
    • 提供者:
  1. NRF24L01-1-to-6

    1下载:
  2. 无线2.4g模块,SPI协议传输函数,可实现一对六的传送。-NRF24L01 & 2.4g & SPI & 1 to 6
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:6163
    • 提供者:王阳
  1. spi_verilog

    1下载:
  2. SPI协议Verilog HDL程序,内含testbench 文件
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:82205
    • 提供者:dsahd
  1. 20081001_SPI

    0下载:
  2. 单片机控制74HC595的程序,采用模拟SPI协议方式,74HC595数据端可接流水灯做演示-74HC595 Singlechip control procedures, the use of simulation SPI agreement, 74HC595 data can be accessed by water-side lights make presentations
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:988
    • 提供者:zhangqiang
  1. 13898372spi

    0下载:
  2. VHDL 实现 spi协议,很实用和通用,希望对你们有帮助哦!:)-VHDL realization of spi agreement, it is practical and versatile, and they hope to help you Oh! :)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:920
    • 提供者:力智
  1. SPI

    0下载:
  2. SPI通信协议可用于单片面相关设计与开发工作-SPI communication protocol can be used for single-sided design and development-related work
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:47386
    • 提供者:zg
  1. SPIbusapplication

    0下载:
  2. SPI总线协议基于TLC1549-带串行控制的10 位模数转换器的应用,包括例程使用-SPI bus protocol based on the TLC1549-band serial control 10 ADC applications, including the routine use of
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:175477
    • 提供者:wuyaofu
  1. SPI

    0下载:
  2. SPI协议详细内容SPI Block Guide V04.01以及SPI Block User Guide V02.07-SPI protocol details SPI Block Guide V04.01 and SPI Block User Guide V02.07
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-01-26
    • 文件大小:536875
    • 提供者:xiaoguang
  1. basic-sd-spi-project-at91sam9261-ek-keil

    0下载:
  2. AT91SAM9261读写SD卡 spi协议,编译器为keil MDK,方便大家学习一些基础-AT91SAM9261 read and write SD card spi protocol, the compiler for keil MDK, to facilitate them to learn some basic
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:159025
    • 提供者:杨过
  1. SPI

    0下载:
  2. SPI(Serial Peripheral Interface)是一种串行同步通讯协议,由一个主设备和一个或多个从设备组成,主设备启动一个与从设备的同步通讯,从而完成数据的交换。SPI 接口由SDI(串行数据输入),SDO(串行数据输出),SCK(串行移位时钟),CS(从使能信号)四种信号构成,CS 决定了唯一的与主设备通信的从设备,如没有CS 信号,则只能存在一个从设备,主设备通过产生移位时钟来发起通讯。通讯时,数据由SDO 输出,SDI 输入,数据在时钟的上升或下降沿由SDO 输出,在紧接着
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:1145
    • 提供者:王静
  1. spi

    0下载:
  2. IO模拟的SPI协议,很容易移植到各种MCU系统中-IO simulation SPI protocol, it is easy to transplant to a variety of MCU system
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:3074
    • 提供者:zhao changyong
  1. SPI

    0下载:
  2. keil下的基于STC12C5A系列单片机的利用spi协议的无线模块收发函数-keil the next series of microcontrollers based on the use of STC12C5A spi protocol wireless transceiver module function
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:45033
    • 提供者:mercury
  1. 单片机SPI配置

    1下载:
  2. 自己编辑的单片机的SPI协议,可以拿来直接移植使用。
  3. 所属分类:嵌入式/单片机编程

  1. SPI协议通信操作SHT11

    0下载:
  2. 实例:SPI洗衣方式与传感器SHT11实现通信传输(Example: SPI washing mode and sensor SHT11 to achieve communication transmission)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:27648
    • 提供者:westbrook
  1. SPI

    0下载:
  2. 基于fpga的spitongxin通信,spi协议(Based on fpga spi protocol)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-28
    • 文件大小:1711104
    • 提供者:巴拉望
  1. spi

    0下载:
  2. 用SPI协议进行数据的传送,并且进行显示的功能(Using SPI protocol to transmit data and display function.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:1002496
    • 提供者:呵呵呵呵520
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com