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

搜索资源列表

  1. spi_communication

    0下载:
  2. 单片机SPI通信模块verilog hdl
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1218
    • 提供者:skdk
  1. tongxinyuanli

    0下载:
  2. 数字通信原理 曹志刚版的SPI总线硬件描述语言Verilog下的实现,含主模式和从模式的实现,经过仿真验证,可作为一个单独的模块使用--Digital Communication Principles of CAO Zhi-gang version of the SPI bus, under the Verilog hardware descr iption language implementation, including Master mode and slave mode of impl
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-25
    • 文件大小:8549892
    • 提供者:liusen
  1. vspi_for

    0下载:
  2. 用VERILOG编写的SPI通信源码,很好很齐全,可以很容易地修改到自己的产品上-SPI communication with the VERILOG source code written in, nice and complete, you can easily modify to their own products
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:6749
    • 提供者:顾善昉
  1. 20-SPI

    0下载:
  2. 采用EPM1278CPLD,通过verilog语言实现SPI接口的通信-By EPM1278CPLD, through the SPI interface verilog language communication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:625999
    • 提供者:王东升
  1. verilog-spi

    0下载:
  2. verilog 写的串口通信代码 code-verilog 写的串口通信代码
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:2459
    • 提供者:孙范瑞
  1. SPI

    1下载:
  2. 利用Verilog来实现SPI接口,可以实现FPGA与单片机的通信。-SPI Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1235
    • 提供者:meihanfei
  1. spi-verilog

    0下载:
  2. 用Verilog来实现SPI接口电路逻辑,实现主机与从处理器的通信-SPI interface circuit is implemented in Verilog logic between master and slave processor communication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:15037
    • 提供者:sadgfasdgi
  1. CDCE62002

    0下载:
  2. 基于SPI通信的CDCE62002控制时序
  3. 所属分类:嵌入式/单片机编程

  1. SPI-Master

    1下载:
  2. 有关Verilog的SPI通信的代码,可以应用于FPGA的通信-this is verilog code about SPI
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-06-25
    • 文件大小:3072
    • 提供者:baiyurong
  1. DDS9912

    0下载:
  2. AD9912芯片的接口控制程序,SPI通信方式Verilog编写-AD9912 interface Verilog
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:836
    • 提供者:high
  1. spi1

    0下载:
  2. 使用verilog语言编写的实现cpld EPM570与EEPROM的SPI通信-Using verilog language to achieve cpld EPM570 SPI communication with the EEPROM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:LJL
  1. receive_spi

    0下载:
  2. verilog语言SPI通信,可用于CPLD以及FPGA-Verilog language SPI communications, can be used for CPLD and FPGA
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:888
    • 提供者:刘敏
  1. FPGA实现SPI的程序实例

    0下载:
  2. 基于verilog的FPGA spi通信协议,sck.(FPGA spi communication protocol based on verilog, SCK.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-20
    • 文件大小:553984
    • 提供者:巴拉望
  1. SPI

    0下载:
  2. SPI(Serial Peripheral Interface,串行外设接口)是Motorola公司提出的一种同步串行数据传输标准,是一种高速的,全双工,同步的通信总线,在很多器件中被广泛应用。 SPI相关缩写 SS: Slave Select,选中从设备,片选。 CKPOL (Clock Polarity) = CPOL = POL = Polarity = (时钟)极性 CKPHA (Clock Phase) = CPHA = PHA = Phase = (时钟)相位
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:helimpopo
  1. bingo_spi_test

    0下载:
  2. 利用SPI实现FPGA和外设之间的通信。经过Modelsim仿真验证。(为FPGA设计技巧与案例开发详解一书源码)(Using SPI to implement communication between FPGA and peripheral. After Modelsim simulation verification. (for FPGA design techniques and case development detailed explanation of a book source
  3. 所属分类:书籍源码

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:August_cwj
  1. spi

    0下载:
  2. 基于FPGA的SPI通信协议,主机的Verilog代码(SPI - based SPI Communication Protocol)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ambitiouszty
  1. FPGA与SPI接口程序(hdl源代码)

    1下载:
  2. FPGA,VERILOG,SPI串口通信;(FPGA,VERILOG,SPI;;;;;;;;;)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:dl121
  1. spi_master

    0下载:
  2. SPI通信:串行flash的读写擦除命令通过SPI接口进行通信。? CPU芯片与FPGA通过SPI接口进行通信。? 其他功能集成电路芯片参数寄存器配置。例如DAC芯片内部有很多寄存器(因为芯片有很多功能,要通过设置寄存器不同的开关来打开或关闭相应的功能,一上电去初始化寄存器)需要我们去配置。FPGA一上电也是通过配置芯片里边来读取数据,然后配置FPGA内部的SRAM。FPGA是读取FLASH里边的串行数据,读取完校验完才配置到我们的FPGA的SRAM中去。速度比串口快,而且是同步传输。(Th
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-11
    • 文件大小:3389440
    • 提供者:小云子
  1. spi_masterSPI Master 的Verilog源代码

    0下载:
  2. 实现SPI主站通信功能,感兴趣的可以下载。(spi master use verilog.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:133120
    • 提供者:wenyiwenni
  1. SPI

    0下载:
  2. 用Verilog语言实现FPGA串口通信(Using Verilog language to realize FPGA serial communication)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:柠檬琉璃夏
« 12 »
搜珍网 www.dssz.com