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

搜索资源列表

  1. MSP430_Interface_to_CC1100_2500_Code_Library_(SLAA

    1下载:
  2. cc1100与msp430接口程序说明文件,pdf格式,适用具有spi接口的芯片-cc1100 and Controller interface documentation, pdf format. spi interfaces with the application of the chip
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:52456
    • 提供者:周弘智
  1. LCDConf_ST7529

    0下载:
  2. ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Per
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2320761
    • 提供者:chengchen
  1. VHDL-SPI-Module.doc

    0下载:
  2. 本spi参数化通讯模块是一个支持SPI串行通信协议从协议的SPI从接口。可通过改变参数设置传输的位数,由外部控制器给定脉冲控制传输。-The parameters of spi communication module is a support SPI serial communication protocol from the agreement from the SPI interface. By changing the parameter settings can be transmit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:38463
    • 提供者:
  1. LPC1768-Xplorer

    0下载:
  2. LPC1768-Xplorer is a CORTEX-M3 based stamp board for NGX’s mbed-Xpresso Baseboard. The LPC1768 microcontroller has 512KB of internal flash and 64KB RAM. Ethernet MAC, USB Device/Host/OTG interface, 8-channel general purpose DMA controller, 4 UARTs, 2
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2012-11-13
    • 文件大小:1195328
    • 提供者:vinaypatil
  1. EasyARM1138HumanMachineInterface

    0下载:
  2. EasyARM1138人机界面扩展板是EasyARM1138开发板量身定制的一款人机界面的扩展板。该扩展板方案使用了基于ST7920控制器的中文图形128×64的LCD和4×5矩阵键盘,丰富的人机界面完全能够满足用户的要求。与主机的通信采用软件模拟SPI串行数据通信,只需4根线,就能同时满足主机对于LCD和键盘的读写。 此方案给用户提供了完整的硬件设计原理图,PCB图,软件调试例程,LCD模拟SPI软件包,键盘管理芯片ZLG7289模拟SPI软件包。-EasyARM1138 expansio
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-13
    • 文件大小:3359982
    • 提供者:小陈
  1. User_manual_2410x

    0下载:
  2. This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:2018555
    • 提供者:Quang Truong
  1. BL-TFT240320PLUS

    0下载:
  2. * BL-TFT240320-BOARD 2.8/3.2" board * LCD 240x320 3.2-inch QVGA 262k TFT-LCD module * Resolution of 240RGBx320 dots * 262k TFT Color LCD * LCD driver is SSD1289 * Touch screen controller ADS7843 * SD card slot with led card inse
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1319179
    • 提供者:chane
  1. MAX3421E_EVKIT-1_Software

    2下载:
  2. MAX3421 SPI转USB接口芯片 使用参考代码-MAX3421 USB Peripheral/Host controller with SPI interface demo code
  3. 所属分类:USB develop

    • 发布日期:2017-03-28
    • 文件大小:63922
    • 提供者:飞翔
  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. SDcardAT89C51

    0下载:
  2. SD卡在现在的日常生活与工作中使用非常广泛,时下已经成为最为通用的数据存储卡。在诸如MP3、数码相机等设备上也都采用SD卡作为其存储设备。SD卡之所以得到如此广泛的使用,是因为它价格低廉、存储容量大、使用方便、通用性与安全性强等优点。既然它有着这么多优点,那么如果将它加入到单片机应用开发系统中来,将使系统变得更加出色。这就要求对SD卡的硬件与读写时序进行研究。对于SD卡的硬件结构,在官方的文档上有很详细的介绍,如SD卡内的存储器结构、存储单元组织方式等内容。要实现对它的读写,最核心的是它的时序,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:53825
    • 提供者:
  1. mmc_pxa

    0下载:
  2. PXA27x的MMC/SD IO控制器在访问PXA27x处理器的软件与MMC存储堆和支持MMC、SD及SDIO通信协议之间充当联结作用。PXA27x的MMC控制器协议规范遵守多媒体卡系统规范V3.2(MultiMediaCard System Specification Version 3.2);SD控制器支持一个基于SD存储卡规范V1.01(SD Memory Card Specification Version 1.01)SD卡或基于SDIO卡规范V1.0( SDIO Card pecifi
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:12649
    • 提供者:sxf
  1. LM3S_ADS7843

    0下载:
  2. 一个简单的ADS7843触屏控制芯片的程序。用GPIO口模拟SPI总线控制系统,适合LM3S系列单片机上使用,开发环境:iar-A simple ADS7843 touch screen controller chip process. GPIO SPI bus interface with analog control system, suitable for use on LM3S series microcontroller, the development environment: ia
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39265
    • 提供者:dengzhixian
  1. 17_10_11_Batary-lcd_v1

    0下载:
  2. All examples of S65 LCD using on this page are for the following test board. I m using this board to check my code. The board has an AVR (ATmega16) controller running at 16MHz, 3.3V voltage regulator to power an LCD, the resistive dividers to shift t
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-14
    • 文件大小:3249534
    • 提供者:karsel
  1. DA5

    0下载:
  2. SPARTAN SAN STARTER KIT 上的DA控制器的驱动程序。该DA为LTC2624,SPI接口。已用正弦波数据测试过了,请放心下载。-SPARTAN SAN STARTER KIT of DA controller driver. The DA for LTC2624, SPI interface. With sine wave data has been tested, please feel free to download.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:999762
    • 提供者:penghai
  1. mcp251x

    0下载:
  2. CAN bus driver for Microchip 251x CAN Controller with SPI Interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:8523
    • 提供者:zhongxu86
  1. SPI-1.8-TFT

    0下载:
  2. 这是一个SPI 接口的1.8寸TFT操作的源代码,液晶屏控制器为ST7735,里面附带ST7735资料-This is an SPI interface 1.8-inch TFT operation of the source code, the LCD screen controller ST7735, ST7735 with inside information
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1886307
    • 提供者:张成
  1. ENC28J60_Interrupt

    0下载:
  2. DSP2812 SPI接口应用之网络控制器ENC28J60 希望对大家学习DSP与网口芯片通信有所帮助-DSP2812 SPI interface applications of network controller ENC28J60 We hope to learn DSP chip to communicate with the network port helpful
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:432776
    • 提供者:闫奎
  1. spi_mcu

    0下载:
  2. SPI Slave接口,实现与外部控制器的接口。实现外部SPI口到逻辑内部寄存器模块接口的转换-SPI Slave interface, interface with external controller. SPI port to achieve external conversion logic module interface internal registers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1152
    • 提供者:benjamin
  1. mcp251x

    0下载:
  2. CAN bus driver for Microchip 251x CAN Controller with SPI Interface for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9075
    • 提供者:reiyaogeng
  1. mcp251x

    0下载:
  2. CAN bus driver for Microchip 251x CAN Controller with SPI Interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9085
    • 提供者:yinlfsue
« 12 »
搜珍网 www.dssz.com