搜索资源列表
spi_communication
- 单片机SPI通信模块verilog hdl
vspi_for
- 用VERILOG编写的SPI通信源码,很好很齐全,可以很容易地修改到自己的产品上-SPI communication with the VERILOG source code written in, nice and complete, you can easily modify to their own products
20-SPI
- 采用EPM1278CPLD,通过verilog语言实现SPI接口的通信-By EPM1278CPLD, through the SPI interface verilog language communication
verilog-spi
- verilog 写的串口通信代码 code-verilog 写的串口通信代码
SPI
- 利用Verilog来实现SPI接口,可以实现FPGA与单片机的通信。-SPI Verilog
spi_slave
- SPI的verilog源代码,可以和DSP2812通信,已经试过,可行。-SPI verilog source code
spi-verilog
- 用Verilog来实现SPI接口电路逻辑,实现主机与从处理器的通信-SPI interface circuit is implemented in Verilog logic between master and slave processor communication
CDCE62002
- 基于SPI通信的CDCE62002控制时序
SPI-Master
- 有关Verilog的SPI通信的代码,可以应用于FPGA的通信-this is verilog code about SPI
spi1
- 使用verilog语言编写的实现cpld EPM570与EEPROM的SPI通信-Using verilog language to achieve cpld EPM570 SPI communication with the EEPROM
MCU2FPGA_SPI_TB
- 本程序使用Verilog语言实现了SPI接口的设计,可以直接烧到FPGA实现与MCU的通信,自带有测试文件。-The program uses the Verilog language design SPI interface, you can burn directly communicate with the FPGA, MCU, comes with a test file.
video_add_program
- 基于verilog语言通过SPI通信实现视频叠加系统 -Video overlay system based on Verilog through SPI
Test_96_Right2
- MCU配合FPGA控制驱动96路电机,其中MCU与FPGA间用SPI通信,本文件为FPGA部分verilog源程序-MCU with FPGA control and drive motors ,where MCU communicate with FPGA using SPI
1-SDRAM
- 串行接口是最简单的一种通信方式,串口通信有两种方式,一种是同步串行,如SPI接口;另一种则是异步串行,即我们所说的UART。这个项目向大家展示了如何使用FPGA来模拟UART收发器。-uart fpga verilog
FPGA实现SPI的程序实例
- 基于verilog的FPGA spi通信协议,sck.(FPGA spi communication protocol based on verilog, SCK.)
SPI
- SPI(Serial Peripheral Interface,串行外设接口)是Motorola公司提出的一种同步串行数据传输标准,是一种高速的,全双工,同步的通信总线,在很多器件中被广泛应用。 SPI相关缩写 SS: Slave Select,选中从设备,片选。 CKPOL (Clock Polarity) = CPOL = POL = Polarity = (时钟)极性 CKPHA (Clock Phase) = CPHA = PHA = Phase = (时钟)相位
spi
- 基于FPGA的SPI通信协议,主机的Verilog代码(SPI - based SPI Communication Protocol)
FPGA与SPI接口程序(hdl源代码)
- FPGA,VERILOG,SPI串口通信;(FPGA,VERILOG,SPI;;;;;;;;;)
spi_master
- SPI通信:串行flash的读写擦除命令通过SPI接口进行通信。? CPU芯片与FPGA通过SPI接口进行通信。? 其他功能集成电路芯片参数寄存器配置。例如DAC芯片内部有很多寄存器(因为芯片有很多功能,要通过设置寄存器不同的开关来打开或关闭相应的功能,一上电去初始化寄存器)需要我们去配置。FPGA一上电也是通过配置芯片里边来读取数据,然后配置FPGA内部的SRAM。FPGA是读取FLASH里边的串行数据,读取完校验完才配置到我们的FPGA的SRAM中去。速度比串口快,而且是同步传输。(Th
SPI
- 用Verilog语言实现FPGA串口通信(Using Verilog language to realize FPGA serial communication)