虫虫首页|资源下载|资源专辑|精品软件
登录|注册

SLave

  • Create a 1-Wire Master with Xilinx PicoBlaze

    Abstract: Designers who must interface 1-Wire temperature sensors with Xilinx field-programmable gate arrays(FPGAs) can use this reference design to drive a DS28EA00 1-Wire SLave device. The downloadable softwarementioned in this document can also be used as a starting point to connect other 1-Wire SLave devices. The systemimplements a 1-Wire master connected to a UART and outputs temperature to a PC from the DS28EA00 temperaturesensor. In addition, high/low alarm outputs are displayed from the DS28EA00 PIO pins using LEDs.

    标签: PicoBlaze Create Master Xilinx

    上传时间: 2013-11-12

    上传用户:大三三

  • 流式细胞仪数据采集系统的USB接口设计

    针对流式细胞仪中大量数据高速采集、处理和传输的需求,设计了基于USB的高速数据采集系统,并以FPGA为逻辑控制的核心。介绍了整体设计思路、硬件总体架构和软件流程。采用CY7C68013A的SLave FIFO数据传输模式满足高速传输的需求,以应用程序下载固件的方式满足仪器更新换代的需求。测试结果表明系统传输数据准确,传输速度可达25MB/s,对高速数据传输系统的设计开发具有一定的借鉴意义。

    标签: USB 流式 数据采集系统 接口设计

    上传时间: 2013-11-01

    上传用户:z240529971

  • SL811开发资料_包含源程序_电路图_芯片资料

    SL811开发资料_包含源程序_电路图_芯片资料:SL811HS Embedded USB Host/SLave Controller.The SL811HS is an Embedded USB Host/SLave Controller capable of communicate with either full-speed or low-speed USB peripherals. The SL811HS can interface to devices such as microprocessors, microcontrollers, DSPs, or directly to a variety of buses such as ISA, PCMCIA, and others. The SL811HS USB Host Controller conforms to USB Specification 1.1.The SL811HS USB Host/SLave Controller incorporates USB Serial Interface functionality along with internal full-/low-speed transceivers.The SL811HS supports and operates in USB full-speed mode at 12 Mbps, or at low-speed 1.5-Mbps mode.The SL811HS data port and microprocessor interface provide an 8-bit data path I/O or DMA bidirectional, with interrupt support to allow easy interface to standard microprocessors or microcontrollers such as Motorola or Intel CPUs and many others. Internally,the SL811HS contains a 256-byte RAM data buffer which is used for control registers and data buffer.The available package types offered are a 28-pin PLCC (SL811HS) and a 48-pin TQFP package (SL811HST-AC). Both packages operate at 3.3 VDC. The I/O interface logic is 5V-tolerant.

    标签: 811 SL 开发资料 源程序

    上传时间: 2013-12-22

    上传用户:a82531317

  • ADI公司

    ADI公司,型号为ADuC814的单片机的I2C总线通讯程序源码,含MASTER和SLave两种方式

    标签: ADI

    上传时间: 2014-07-10

    上传用户:aig85

  • CH375 是一个USB总线的通用接口芯片

    CH375 是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLave设备方式。在本地端,CH375具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。在USB主机方式下CH375还提供了串行通讯方式,通过串行输入、串行输出和中断输出与单片机/DSP/MCU/MPU 等相连接。 CH375 的USB 设备方式与CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手册中没有提供CH375 在USB 设备方式下的说明,相关资料可以参考CH372 手册。 CH375的USB 主机方式支持常用的USB 全速设备,外部单片机可以通过CH375 按照相应的USB 协议与USB 设备通讯。CH375 还内置了处理Mass-Storage 海量存储设备的专用通讯协议的固件,外部单片机可以直接以扇区为基本单位读写常用的USB 存储设备(包括USB 硬盘/USB 闪存盘/U 盘)。

    标签: 375 USB CH 总线

    上传时间: 2013-12-18

    上传用户:fhzm5658

  • 篮牙spp profile软件

    篮牙spp profile软件,主要实现无线数据传输,dev——b是SLave

    标签: profile spp 软件

    上传时间: 2013-12-27

    上传用户:ls530720646

  • PTR8000+主站部分的程序

    PTR8000+主站部分的程序,用于接受SLave发送的信息,并传到上位机

    标签: 8000 PTR 主站

    上传时间: 2015-06-08

    上传用户:xz85592677

  • 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTE

    本驱动程序在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请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_SLave.c spi_dma_SLave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1

    标签: SPI lelma_yx yangxing hotmail

    上传时间: 2015-08-11

    上传用户:徐孺

  • 2个51单片机实现UART通信 程序分master和SLave2个部分。 master等待按键(SW1)

    2个51单片机实现UART通信 程序分master和SLave2个部分。 master等待按键(SW1),按键按下后将数据发送到SLave单片机,SLave单片机中断接受查询发送,将收到的数据发送回master,master中断接受,收到后将LED灯点亮。

    标签: master SLave2 UART SW1

    上传时间: 2014-08-20

    上传用户:开怀常笑

  • Easyarm实验开发平台

    Easyarm实验开发平台,测试i2c在SLave模式下的时序

    标签: Easyarm 实验 开发平台

    上传时间: 2015-09-19

    上传用户:huannan88