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

搜索资源列表

  1. FPGA_SPI_VHDL

    0下载:
  2. 串行外设接口(SPI)fpga 被动接收,在下降沿 采集数据并发送数据 1BYTE,要求mcu在末端采集数据。并在下降沿之前准备好数据。-Serial Peripheral Interface (SPI), The fpga passive receiving, at the falling edge of data collection the send data 1BYTE, mcu data collected at the end. And the data ready before t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:8258
    • 提供者:fxh
  1. nrf24-send-SPI

    0下载:
  2. STM32+nRF24L01+的发送程序 硬件SPI-The STM32++ The nRF24L01 send program hardware SPI
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:89807
    • 提供者:贺贺
  1. Send

    0下载:
  2. AT86RF230的无线通信测试程序,单片机使用ATMega128L,利用单片机的SPI接口。-The AT86RF230 the wireless communications test program, microcontroller ATMega128L microcontroller SPI interface.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:19039
    • 提供者:H
  1. SPI

    0下载:
  2. mc9s12xs128单片机spi同步串行通信主机发送从机接收程序-Mc9s12xs128 microcontroller spi synchronous serial communication machine to send the receiving application from machine
  3. 所属分类:SCM

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

    0下载:
  2. SPI 通信模块 接收I2C读取/写入消息,并驱动I2C驱动模块读写I2C设备,发送返回消息 到上位机软件。-SPI communication module receives I2C read/write messages, and drive the I2C driver module to read and write I2C devices, send a return message to the host computer software.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2883
    • 提供者:吴震
  1. aw60-SPI(AT45)_C

    0下载:
  2. 此为aw60单片机 实现spi通讯的两类代码 中断以及查询发送 -This interruption for aw60 MCU sci communication of the two types of code, and send a query
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:179076
    • 提供者:黄明
  1. 135--SPI

    0下载:
  2. 用IAR430打开. 用msp430系列单片机控制射频模块接收和发送数据. -In use IAR430 open. Msp430 series microcontroller to control the RF module to receive and send data.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:436214
    • 提供者:kwinhuang
  1. spi

    0下载:
  2. ADUC7020 AVR内核单片机的SPI接口C程序示例,里面有详细的SPI接口寄存器设置和发送单字符程序设置-The the ADUC7020 AVR microcontroller core SPI interface C program example, the SPI interface registers in detail to set up and send a single character program settings
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:39680
    • 提供者:董嗣万
  1. at91sam9g20-spi

    0下载:
  2. Atmel at91sam9g20 spi驱动,可以发送数据、接收数据并且测试通过。-Atmel at91sam9g20 spi driver can send data, receive data, and the test is passed.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:7219
    • 提供者:ruiyi1
  1. mc9s12-SPI-Demo

    0下载:
  2. 实现mc9s12SPI的通信。包括SPI初始化,发送数据,接收数据-Implement Mc9s12SPI communications. Including SPI initialization, send data, receive data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:448020
    • 提供者:苦咖啡
  1. Spi

    0下载:
  2. 一个MSP430 SPI模块使用的范例,很好用,可以直接进行初始化,发送数据等操作-An MSP430 SPI module uses an example of good use can be initialized directly, send data and other operations
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:9587
    • 提供者:孙文杰
  1. DAC7311_CCS

    0下载:
  2. DAC7311驱动程序 采用msp430f6638硬件spi发送 附有原理图和数据手册-DAC7311 drive msp430f6638 hardware spi send attached schematic and data sheet
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:2190027
    • 提供者:公孙璃
  1. SPI

    0下载:
  2. 5. SPI程序设计与电路仿真 SPI是全双工的同步串行接口,一根SPI总线可以连接多个主机和多个从机,但是在同一时刻只允许有一个主机操作总线。在数据传输过程中,主机总是向从机发送一个字节的数据,而从机也是总是向主机发送1个字节数据(主机通过MISO接收数据)。 定义74HC595片选端口,通过PINSEL0、PINSEL1寄存器设置SPI引脚接口,通过设置IO0DIR驱动74HC595的接口,初始化SPI接口,发送显示数据,片选清零寄存器,等待SPIF置位,等待数据发送完毕。使用whi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:109480
    • 提供者:宋喜佳
  1. MSP430SPI(send)

    1下载:
  2. 基于MSP430G2553同步通信(SPI)发送程序,使用IAR编译器,亲测可用!-Based MSP430G2553 synchronous communication (SPI) to send a program, using the IAR compiler, pro-test available!
  3. 所属分类:SCM

    • 发布日期:2014-11-03
    • 文件大小:1024
    • 提供者:逆序
  1. yingjian-SPI

    0下载:
  2. SI4463开发,硬件SPI,以及标准模拟SPI通讯,收发例程-SI4463 development, hardware SPI, as well as standard analog SPI communication, send and receive routines
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-03-06
    • 文件大小:32331
    • 提供者:何宏淳
  1. McBSP-SPI-LOOKBACK

    0下载:
  2. DSP 中将MCBSP配置为SPI的自测程序,可以从观察窗口,看到发送和接收到的数据-DSP MCBSP allocation for SPI self-test program, can from the observation window, see to send and receive data
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:598086
    • 提供者:张庆乐
  1. SPI2

    0下载:
  2. SPI-DA测试程序,spi发送,da接收,已经测试成功,da为5618-SPI-DA-test,spi send data ,da receive,sucess,da 5618
  3. 所属分类:DSP program

    • 发布日期:2017-05-07
    • 文件大小:1522059
    • 提供者:wang
  1. spi

    0下载:
  2. CC254X系列SPI接口裸机驱动,SPI 主发送、主接收、从发送、从接收-CC254x SPI Interface Driver,SPI master send、master receive、slave send、slave receive
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:51615
    • 提供者:asdjlbnawfkl
  1. FPGA_SPI_recive_display

    0下载:
  2. FPGA 接收主发端SPI接口发来的数据,解调并用FPGA板上的数码管显示。 SPI发送端程序见STM32F407版SPI发送.rar-FPGA receives the master SPI interface data , demodulation and display on digital LED digital displays . Master SPI sending program see STM32F407 version SPI send.Rar
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-27
    • 文件大小:9453704
    • 提供者:毕先生
  1. TMS570_SPI

    0下载:
  2. 通过SPI调试DAC7586,发送数据从而改变电压的大小-Through the DAC7586 debugging SPI, send data to change the size of the voltage
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:2012810
    • 提供者:song某某
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com