CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spi 从

搜索资源列表

  1. layered

    0下载:
  2. Winsock 2 SPI开发示例代码,从微软的网站下的,非常不错。例子实现了SPI的基本框架。-Winsock 2 SPI development sample code from Microsoft's Web site under the very good. SPI example of the realization of the basic framework.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:106314
    • 提供者:周泽敏
  1. m-saiic

    0下载:
  2. 通讯实验程序。用到了IIC,SPI,UART和相应的中断,上位机通过UART将数据发送至主机,主机通过LED显示数据并将数据发送至从机,从机接收后通过SPI发送回主机。并再次显示数据。-communications experimental procedure. Use the IIC, SPI, UART and the corresponding disruption PC through UART send data to the mainframe, mainframe data thr
  3. 所属分类:其它

    • 发布日期:2014-01-12
    • 文件大小:11033
    • 提供者:zz
  1. SPI_Concept_TAH

    0下载:
  2. 本讲义主要讲述软件过程改进SPI中的过程理念部分,从过程思维、过程环境、过程成熟度、过程规范等方面来介绍了SPI的基本知识。-the main lectures on software process improvement SPI concept of the process, from the process of thinking, the process environment, the process maturity, and so the process of introducin
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:127861
    • 提供者:谭振华
  1. spidmadriver

    1下载:
  2. 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17368
    • 提供者:y
  1. DSPLOAD1_0

    0下载:
  2. Anlog 公司的DSP,ADSP-BF531并口模拟spi引导程序,是采用BF531从引导模式。-Anlog company's DSP, ADSP-BF531 Parallel simulation spi guide procedures, BF531 is the model from the guide.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:37455
    • 提供者:肖龙峰
  1. SPI-NRF24L01

    0下载:
  2. 利用NRF24L01+无线模块,使两块STM32开发板实现无线传输数据。主机首先向从机发送数字,从机接收到后,把该数字打印到终端,并对该数字+1。然后从机把+1后的数字发送给主机,主机收到后再把该数字发送到从机,如此循环。-Use NRF24L01+ wireless module so that two STM32 development board for wireless transmission of data. First, the host sends to the digital,
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:5045934
    • 提供者:LTQ
  1. stc15-spi-master2slave

    0下载:
  2. STC15系列单片机的SPI-主机发送-从机接收-STC15 MCU SPI- master sends- received the machine
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:38557
    • 提供者:sugong
  1. 25.KH25L8005_SPIREADandWrite2

    0下载:
  2. C8051F04X单片机被配制成4线单主机模式,SPI时钟500KHZ,因为SPI从机翻译主机指令和写相应数据到SPIODATE寄存器需要一定的时间-This program configures a C8051F04x as a 4-wire SPI Single Master. // // The SPI clock in this example is limited to 500 kHz when used with the // SPI0_Slave code exampl
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:76403
    • 提供者:刘凯
  1. SPI-Master

    0下载:
  2. 本工程为SPI通信主机程序,用来开启一个SPI传输与从机通信使用两个相同的XS128核心板-This project for the SPI communication host program, used to open a SPI transmission and communication the machine using the same XS128 core board two
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-04
    • 文件大小:270654
    • 提供者:王小帅
  1. spi_11

    0下载:
  2. 实例 BLE SPI从实例 功能可供参考,芯片51822AA - 您输入的可能是:丹麦语 Examples SPI BLE an instance of the function can be used for reference, the chip 51822AA
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4924
    • 提供者:shifa
  1. HT66FX0-SPI

    1下载:
  2. 合泰单片机HT66FX0系列的单片机SPI主从通讯,从机使用查询方式-Holtek microcontroller HT66FX0 microcontroller series SPI master-slave communication, the use of inquiry machine
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:34765
    • 提供者:沈涛
  1. STM32 SPI双机通信

    0下载:
  2. 做主机接收时,不能和发送共用一个函数。该程序是基于stm32的双机通信程序。一定要理解好主机和从机的作用,做主机时会控制通信的时钟,从机是不能产生时钟的。如果从机要发送数据,那可以在主机发送数据 的时钟上发送数据。(You cannot share a function with the host when you host the receiver. The program is based on STM32 dual computer communication program. Be su
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:121856
    • 提供者:kkk123
  1. fpga_instantiation

    0下载:
  2. spi通讯协议,采用第三种CPOL=1,CPHA=1,(1)通过边沿检测技术得出SCK上升沿与下降沿标志,用于下面状态机中的数据采样及发送。 (2)根据时序图,采用1个状态机分别在SCK上升沿实现数据采样(该固件未调用下降沿数据发送)。无论是采样还是发送,都是高位在前,从Bit[7]到Bit[0],共8位数据。将采集到的八位数据存放入一个16位寄存器中。(SPI communication protocol, using third kinds of CPOL=1, CPHA=1, (1) t
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3117056
    • 提供者:qing wang
  1. Src

    0下载:
  2. 使用STM32F103C8驱动OLED显示和从SPI FLASH中取字库的代码。(Use the STM32F103C8 to drive the OLED display and the code from the SPI FLASH to take the font.)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:封底小怪
  1. spi_no_cs_13

    0下载:
  2. FPGA作为从机与STM32的全双工通信,FPGA将接收到STM32的数据返回到STM32,Modelsim仿真和板子仿真都通过(Use FPGA as slave,realize the communication between FPGA and STM32. The function has been tested is no problem.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:14403584
    • 提供者:Pgaf
  1. spi_slave_test

    0下载:
  2. 实现spi协议的从机代码,亲测可用。按照字节接收,发送可以实现一次发送19字节,可按照需要更改。(The implementation of the code of the SPI slave protocol is available. By byte received, sending can be sent to send 19 bytes at a time, which can be changed as needed.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-07
    • 文件大小:1008640
    • 提供者:fantastic_guy
  1. STC12C5A60S2的单主单从模式SPI通讯测试

    0下载:
  2. 适用单主单从通信,主机从串口接收数据,通过SPI发送到从机,从机将接收到的数据显示到P0口上。(Apply to single master from communication)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-20
    • 文件大小:77824
    • 提供者:16394501
  1. C8051F350 SPI通讯

    1下载:
  2. 本源码实现spi 单从slave模式通讯。已测试
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. spi_boot_suit_release

    1下载:
  2. 6678 SPI boot 工具链 几年前搞6678的时候从网上找的资料,利用这个资料完成6678多核SPIboot(6678 spi boot Several years ago, when we started 6678, we searched for information from the Internet and used this information to complete 6678 multi-core SPIboot.)
  3. 所属分类:DSP编程

    • 发布日期:2020-12-17
    • 文件大小:14267392
    • 提供者:卡西
  1. SPI接口Verilog实现

    1下载:
  2. 里面有主机发送模块和从机接收模块。主机发送32位16进制数(一位一位发送),工作在模式0。压缩文件内代码可直接运行,另附上testbench文件可以进行modelsim仿真。此代码根据论坛里一位大哥的代码改编,后来找不到是谁了。。。使用状态机编写主机的发送模块,由于项目仅仅需要主机发送所以从机的接收模块没有写成32位的,但是代码风格清晰,可以直接修改,复写率极高且非常好理解!
  3. 所属分类:VHDL编程

« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com