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

搜索资源列表

  1. spartan3e_spi

    0下载:
  2. 本程序可以再spartan3e的板子上实现利用SPI协议实现对flash ID号的读取。-The program can achieve then spartan3e board SPI protocol to read flash ID number.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:475538
    • 提供者:冬瓜
  1. SPI

    0下载:
  2. SPI接口驱动程序,驱动外围SPI通信协议的外围器件-SPI interface driver, drive the external SPI communication protocol of the peripheral device
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:4313
    • 提供者:刘磊
  1. spi

    0下载:
  2. 使用verilog 硬件描述语言实现了spi总线协议-Verilog hardware descr iption language used to achieve the spi bus protocol
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1081
    • 提供者:cuiwenpin
  1. spi_max1241

    0下载:
  2. 使用spi协议配置max1241的源代码,里面也有spi协议的资料和max1241的数据手册。-Spi protocol configuration max1241 use the source code, which also has spi protocol information and max1241 data sheet.
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2067320
    • 提供者:谢海彬
  1. 1602

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

    • 发布日期:2017-04-09
    • 文件大小:17431
    • 提供者:王静
  1. SPI_LCD12864

    0下载:
  2. spi接口协议的点整液晶128*64点阵驱动实现-spi interface protocol point of the entire 128* 64 dot matrix LCD driver to achieve
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:184186
    • 提供者:李宗军
  1. ME012-SPI_93C46

    0下载:
  2. MSP430用IO口模拟SPI协议控制93C46-IO port with analog MSP430 SPI protocol control 93C46
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:28578
    • 提供者:黄洋
  1. SDcard_MCS51

    0下载:
  2.  SD卡有两个可选的通讯协议:SD模式和SPI模式。SD模式是SD卡标准的读写方式,但是在选用SD模式时,往往需要选择带有SD卡控制器接口的MCU,或者必须加入额外的SD卡控制单元以支持SD卡的读写。然而,AT89C52单片机没有集成SD卡控制器接口,若选用SD模式通讯就无形中增加了产品的硬件成本。在SD卡数据读写时间要求不是很严格的情况下,选用SPI模式可以说是一种最佳的解决方案。因为在SPI模式下,通过四条线就可以完成所有的数据交换,并且目前市场上很多MCU都集成有现成的SPI接口电路,采用
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:35721
    • 提供者:
  1. spisumaxianshi

    0下载:
  2. AVR单片机的学习程序 关于SPI协议的操作使用,应用于数码管显示-AVR MCU learning process on the operational use SPI protocol, used in digital display
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:26646
    • 提供者:yagnshe
  1. programe

    1下载:
  2. 基于单片机控制的电子秤,(包括12864液晶屏的显示,模数转换程序ad7705,SPI协议,i2c协议,外存储空间的扩展等)-Microcomputer-controlled electronic scales, (including 12 864 LCD display, analog-digital conversion process ad7705, SPI protocol, i2c protocol, external memory expansion, etc.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-20
    • 文件大小:135225
    • 提供者:管小亮
  1. C8051F_SPI_LCD

    0下载:
  2. 用c8051f单片机通过SPI协议控制液晶屏-SPI agreement with c8051f MCU control LCD screen by
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:148835
    • 提供者:wyh
  1. nokia3310_lcd

    0下载:
  2. 诺基亚3310 手机液晶屏AVR单片机驱动程序,SPI协议,可画图,画线,画圆,模拟时钟,-Nokia 3310 mobile phone LCD AVR microcontroller drivers, SPI protocol, drawing, painting line, round, analog clock,
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:14329
    • 提供者:欢欢
  1. DS1302

    0下载:
  2. SPI协议,可移植,51单片机,读取DS1302的数据,并通过数码管显示(我的开发板里的数码管和通常不一样,注意一下啊)-SPI protocol, transplantation, 51, read the DS1302' s data, and through the digital display (my development board in the digital control and is usually not the same, take note ah)
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:485410
    • 提供者:孙乾
  1. lunwen

    0下载:
  2. spi协议简介及简单的spi接口的描述和基于CoolRunner CPLD 的SPI设计结构-Introduction and simple protocol spi spi interface descr iption of the SPI CoolRunner CPLD-based design structure
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:83314
    • 提供者:yangshisong
  1. SPIbusprotocal_3

    0下载:
  2. 关于spi总线协议3 主要介绍spi主线协议第三部分内容 可以借鉴一下-spi bus protocol
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:175666
    • 提供者:朱鹏
  1. S3C2410

    0下载:
  2. S3C2410的串行外设接口SPI可以进行串行数据传输接口。S3C2410具有两个SPI,每个SPI具有两个8位移位寄存器用于独立地发送和接收数据。在SPI传输过程中,数据时同时发送和接收的(全双工),8位串行数据传输频率由相应的控制寄存器设置,如果希望仅发送数据,则接收数据can be dummy,同样如果只希望接收数据,则应该发送dummy 1 data。 有4个与SPI传输相关的引脚:SCK (SPICLK0,1)、MISO (SPIMISO0,1)数据线、MOSI (SPIMOSI0
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:753927
    • 提供者:程教育
  1. spi

    0下载:
  2. spi总线协议汇集,详细讲解了spi总线协议的工作方式,和时序,在嵌入式设备中spi非常重要,常用于和cpu进行数据通信-spi bus protocol together, explain in detail the spi bus protocol works, and timing, in the embedded devices spi very important, commonly used in data communications and cpu
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:914599
    • 提供者:guofengyang
  1. MSP430_TWO

    0下载:
  2. MSP430双机通信源码,双机之间通过SPI协议通信-the code used for communication of two MSP430 MCU.The two mcu can communicate with spi.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:32646
    • 提供者:葛挺
  1. CCP_Client

    1下载:
  2. 基于S08DZ60单片机的电动汽车电池管理系统采样均衡板的代码,CCP协议为此采集板的主要通讯方式。-Microcontroller based S08DZ60 Battery Management System code sample balance sheet, CCP protocol for this collection sheet the main means of communication.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:302138
    • 提供者:sunyi
  1. GC01100111

    2下载:
  2. GC0111 是格科微电子(上海)有限公司2010 年最新研发的一款SOC 芯片, 将Sensor 和协处理器整合到了一颗芯片中,能实现的功能包括:支持EMI 接口 的sensor 预览/拍照/录像、SPI 接口的sensor 预览/拍照/录像、USB1.1 / USB2.0 full speed、 JPEG 压缩以及提供软T 卡、软Touch panel 的全套解决方案。GC0111 使得MTK 6223D/Infineon ULC3 等低端平台加一颗sensor 变成
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-10
    • 文件大小:2189037
    • 提供者:PRAN
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com