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

搜索资源列表

  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. at89s8252_spi

    0下载:
  2. AT89S8252, AT89S53 SPI Program, This program shows how to configure and use the SPI in master mode for the following microcontrollers: ATMEL AT89S53 ATMEL AT89S8252-AT89S8252, AT89S53 SPI Program, This program shows how to configure and use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:196216
    • 提供者:mliang
  1. dataflash_

    0下载:
  2. Accessing Atmel AT45Dxxx dataflash on STK500 .Sets up the HW SPI in Master mode
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3095
    • 提供者:李群燕
  1. F12x_SPI0_EEPROM_Polled_Mode

    0下载:
  2. This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4932
    • 提供者:slowlykiss
  1. SPI

    0下载:
  2. // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:73221
    • 提供者:蓝天
  1. Header_Files

    0下载:
  2. // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7841
    • 提供者:蓝天
  1. SPI_collect

    1下载:
  2. 有关SPI的vhdl实现。包括SPI官方协议,几篇开发时用到的论文,附加了中文注释的SPI IPcore,还有一个经过简化的master mode的SPI实现的vhdl代码
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1334327
    • 提供者:danielmu
  1. C8051F120-I2C-simulate.c

    0下载:
  2. Example software to demonstrate the C8051F12x SMBus interface in Master mode.
  3. 所属分类:源码下载

  1. CYGNAL_PRJ.rar

    1下载:
  2. 硬件平台:C8051F314 包括键盘扫描程序,I2C通讯MASTER模式、SLAVE模式,ONE WIRE串行通讯驱动(用于DALAS公司的器件)。,Hardware platform: C8051F314 including keyboard scanning process, I2C communications MASTER mode, SLAVE mode, ONE WIRE serial communication driver (for DALAS the company
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:95588
    • 提供者:jiazhiping
  1. pic-i2c-master-test

    0下载:
  2. PIC单片机I2C通信主模式,内涵Proteus仿真内容-PIC MCU I2C master mode communications, meaning the content of Proteus simulation
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:74378
    • 提供者:李婧
  1. SPI_TEST

    0下载:
  2. 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
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:478022
    • 提供者:wei
  1. i2s_interface

    0下载:
  2. - I2S top level test bench. Two transmitters and two receivers are instantiated, one each in slave and master mode. Test result is displayed in the log window, there should be no errors.-- I2S top level test bench. Two transmitters and two receivers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:526968
    • 提供者:Shahzad
  1. SSP_master

    0下载:
  2. LPC1343单片的SPI主机模式操作源代码,使用的是自带的SPI口,主机模式-LPC1343 SPI RECEIVE AND SEND DATA IN MASTER MODE
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:332066
    • 提供者:张余款
  1. I2C

    0下载:
  2. I2C AVR单片机使用I2C总线的例子,AVR工作于I2C的主节点模式,包含两个例子 I2C.c 以单字节模式访问I2C总路线器件AT24C02的例子程序,从中可以学习I2C总线的工作过程 AT24C02.c 调用库函数对AT24C02进行读写,可以连续多字节读写。-Single-chip I2C AVR example of the use of I2C bus, AVR job in I2C master mode node, including two examples in
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:45336
    • 提供者:张三
  1. spi_master

    0下载:
  2. SPI主机模式进行串行通信,可自动收发数据-SPI master mode serial communication, can automatically send and receive data
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:362931
    • 提供者:党晓圆
  1. SlidingModeControl

    2下载:
  2. 滑模控制的经典算例程序,可以帮助初学者快速掌握滑模控制的编程思想-Sliding mode control procedures for the classic examples that can help beginners master the sliding mode control Express programming thought
  3. 所属分类:source in ebook

    • 发布日期:2015-06-10
    • 文件大小:16604
    • 提供者:william
  1. master

    0下载:
  2. master.c 监听来自53端口的反向链接,主要用于多个shell的协调和管理,可以输入c表示显示有几个client,然后输入个数字来选择一个,可以输入a来表示进入master mode所输入的命令会发送给每一个client-master.c monitor backlinks from 53 ports, mainly for the coordination and management of multiple shell, type c that shows several client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2693
    • 提供者:lihongda
  1. SPI-interrupt-mode

    0下载:
  2. cc2530 spi 模式的中断方式通信 主模式-长春530 spi interrupt master mode
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:84614
    • 提供者:李辉
  1. TI-Using-RMII-Master-Mode

    0下载:
  2. The document gives a detail descr iption of how to using TI ethernet mac controller in RMII mode.It applis to the series for DP83 of TI ethernet mac controller and helps you to learn the principle between ethernet communication. -The document gives a
  3. 所属分类:IT Hero

    • 发布日期:2017-03-28
    • 文件大小:225140
    • 提供者:陈涛
  1. PIC24FJxx_pmp

    0下载:
  2. Microchip PIC24FJ系列16bit单片机的 PMP 接口驱动,工作模式master模式(code Example Descr iption: ---------------------------- This code example aims to demonstrate the basic initialisation and operation of the Parallel Master Port (PMP) module. It also demonstrates
  3. 所属分类:单片机开发

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