CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - 读写串口

搜索资源列表

  1. AD9959.rar

    0下载:
  2. ad9959驱动程序一个串口通信周期分为指令周期和数据读写周期两个阶段。首先传送指令阶段的8位指令字对应于SCLK的8个上升沿,然后执行由指令设定的1~4个字节的数据读写,完成后再等待下一个指令周期的到来。,AD9959 Driver Single-bit serial 2-wire mode
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:67.52kb
    • 提供者:he
  1. remoteupdatecontroller

    0下载:
  2. ALTERA CYLONEIII Remote update controller的一个实现例子,包括了通过串口读写EPCS芯片,进行远程烧写-ALTERA CYLONEIII Remote update controller example of an implementation, including read and write EPCS chip through the serial port, for remote programming
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:889.98kb
    • 提供者:zhuying
  1. PC_WR_EEPROM

    0下载:
  2. 利用altera公司的FPGA使用verilog语言实现对EEPROM的读和写的功能 利用串口发送数据-Altera FPGA verilog language to achieve the serial port to send data to the EEPROM read and write
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-09-24
    • 文件大小:2.24mb
    • 提供者:李枫
  1. rs232

    0下载:
  2. fpga的串口读写程序,经硬件测试成功,波特率9600.可以改变分频值适应不同的时钟和波特率-fpga serial read and write procedures, by the hardware to test the success of 9600 baud rate. frequency value can be changed to adapt to a different clock and baud rate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:374.63kb
    • 提供者:cjy
  1. AVR-program

    0下载:
  2. ATmega 16的各种代码含 AD转换 AT24C02的I2C DS1302 EEPROM读写 PWMO控制LED 按键 定时器0的快速PWM 定时器0的相位修正PWM 定时器0的溢出 定时器1的捕捉 异步串口UART 同步SPI-ATmega 16 a variety of code containing AD converter AT24C02 I2C DS1302 EEPROM read and write PWMO
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:313.75kb
    • 提供者:陈杰
  1. test_com

    0下载:
  2. 本实验是用来测试FPGA和串口之间的通信的,FPGA发数据读串口的写数据,再发到串口显示出来。-This experiment is used to test the communication between the FPGA and the serial port of, FPGA send data read write serial port data, and then sent to the serial port is displayed.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:542.23kb
    • 提供者:郝春贺
  1. sdram

    0下载:
  2. 通过 UART 读写 SDRAM verilog 源代码 通过 UART 的接口发送命令来读写 SDRAM 命令格式如下: 00 02 0011 1111 2222 00: 写数据 02: 写个数 0011: 写地址 1111 2222: 写数据, 是 16 bit, 每写完一个数据,向串口发送 FF 回应; 输出: FF FF 01 03 0044 01: 读sdram 03: 读的个数 0044: 读的地址 输出: xxxx xx
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:14kb
    • 提供者:周西东
  1. IS61WV51216BLL

    1下载:
  2. 备注:使用的是VeriLog HDL语言 软件环境xilinx ISE 10.1,硬件:高教仪EXCD-1FPGA电路板。FPGA信号:spartan-3e . 功能编写硬件描述性语言实现FPGA对板上外设SRAM IS61WV51216BLL的读写,通过串口发送到上位机上,使用串口助手显示读取的数据。-Note: Use the VeriLog HDL language software environment xilinx ISE 10.1, hardware: Higher M
  3. 所属分类:VHDL编程

    • 发布日期:2014-03-16
    • 文件大小:4.58kb
    • 提供者:李钿
  1. fh_ram_s_w_r_16_512

    0下载:
  2. 单口串行可读写16x512的ram的verilog源代码-singal serial writeable and readable 16x512 ram
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:liuzhe
  1. uart-driver

    0下载:
  2. STC12LE5A32S2单片机的串口收发驱动函数,包括串口初始化,串口读写函数。-STC12LE5A32S2 single-chip serial transceivers drive functions, including the serial read and write operations.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1.14kb
    • 提供者:张杰
  1. test_sdram

    0下载:
  2. 对SDRAM进行读写,工程内部分为PLL以及复位处理模块、写SDRAM逻辑模块、读SDRAM逻辑模块、SDRAM读写封装模块、读写缓存FIFO模块、串口发生模块等。工程基于altera的Quartus II 10.1进行设计,使用更高版本的软件均可。-SDRAM read and write for the project is divided into the internal PLL and reset processing module, SDRAM write logic block,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:2.98mb
    • 提供者:
  1. FPGA--VerilogFIFO

    1下载:
  2. FPGA串口通信程序 基于fifo读写的串口通信程序-FPGA serial communication program is based on the serial communication program to read and write fifo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-21
    • 文件大小:7.99kb
    • 提供者:易浩
  1. test3

    0下载:
  2. 深入浅出玩转FPGA一书中实验中的串口读写实验-Fun FPGA simple terms, a book to read and write from serial com.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:367.07kb
    • 提供者:马宇红
  1. demo7-uart

    0下载:
  2. quartus 串口程序 可以通过开发板的串口对FPGA进行读写操作-the quartus serial program can development board through the serial port on the FPGA to read and write operations
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:463.34kb
    • 提供者:邢卫华
  1. sdram_mdl

    0下载:
  2. FPGA 控制SDRAM读写,通过按键控制读写操作,读出之后发送到串口显示到电脑终端。-FPGA to control the SDRAM read and write, read and write operations by the key control to read out is sent to the serial port to display to the computer terminal.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8.12mb
    • 提供者:guoguobiao
  1. iic_com

    0下载:
  2. 用verilog语言实现IIC读写与并通过UART协议在串口PC显示,实现数据收发-IIC using verilog language and literacy with the PC via the serial port UART protocol display, data transceiver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:12.32kb
    • 提供者:
  1. I2c-design-basedNios-II-

    0下载:
  2. 基于FPGA的NIos II嵌入式系统通过I2C总线协议对串行电可擦写可编程只读存储器(AT24C02)进行读写操作,通过串口调试工具查看数据的传输是否正确。-NIos II FPGA-based embedded systems through the I2C bus protocol on the serial electrically EPROM (AT24C02) read and write operations, through the serial port debugging t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:12.8mb
    • 提供者:赵小强
  1. SDRAM_verilog@tequan

    0下载:
  2. 本资源是特权同学编写的sdram控制器,包括数据读写,串口输出,很有学习价值-This resource is privileged students write sdram controller, including data read and write, serial port output, is worth learning
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:xiaoyaozpx
  1. FPGA-for-UART-source-code

    0下载:
  2. 针对UART接口通信FPGA的Verilog源代码,主要包括串口读和串口写个模块-Verilog source code for UART interface communication FPGA, including serial read and serial write module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-05
    • 文件大小:168.87kb
    • 提供者:王大锤
  1. IIC读写EEPROM发送到PC串口

    0下载:
  2. 能实现用IIC读EEPROM并且将读取的数据通过串口发送到PC端,以及在PC端通过串口发送数据给FPGA,再利用IIC将数据写入EEPROM(The program can realize that FPGA read the data from EEPROM by IIC and then send it to PC by UART,and that PC send the data to FPGA by UART and then write the data to EEPROM by
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:241kb
    • 提供者:lml_234
« 12 »
搜珍网 www.dssz.com