Location:
Search - EEPROM fpga
Search list
Description: 大容量FPGA数据的EEPROM串行加载
Platform: |
Size: 202388 |
Author: 火冰 |
Hits:
Description: KX_DVP3F型FPGA应用板/开发板(全套)包括:
CycloneII系列FPGA EP2C8Q208C8 40万们,含20M-270MHz锁相环2个。
RS232串行接口;VGA视频口
高速SRAM 512KB。可用于语音处理,NiosII运行等。
配置Flash EPCS2, 10万次烧写周期 。
isp单片机T89S8253:MCS51兼容单片机,12KB在系统可编程Flash ROM,10万次烧
写周期;2KB在系统可编程EEPROM,10万次烧写周期;2.7V-5.5V工作电压;0-24MHz
工作时钟;
2数码管显示器、20MHz时钟源(可通过FPGA中的锁相环倍频);
液晶显示屏(20字X4行);
工作电源5V、3.3V、1.2V混合电压源,良好电磁兼容性主板。
配套示例程序、资料、编程软件光盘等。
4X4键盘,4普通按键,8可锁按键,8发光管
BlasterMV编程下载器和并口通信线,可完成FPGA编程下载和isp单片机的编程。KX_DV3F开发板的源程序
Platform: |
Size: 360723 |
Author: ldg |
Hits:
Description: FPGA实现与EEPROM的接口程序,通过仿真,心血啊
Platform: |
Size: 4187 |
Author: 强冰 |
Hits:
Description: 用MSP430F149仿真SPI接口读写FM25系列铁电的测试程序。包括单字节和多字节读写。已通过测试。请大家放心使用。-with MSP430F149 simulation SPI serial interface to read and write 25 ferroelectric testing procedures. Including single-byte and multi-byte read and write. Have passed the tests. Please rest assured use.
Platform: |
Size: 17408 |
Author: 魏兴贤 |
Hits:
Description: 大容量FPGA数据的EEPROM串行加载-Large-capacity FPGA serial EEPROM data is loaded
Platform: |
Size: 201728 |
Author: 火冰 |
Hits:
Description: KX_DVP3F型FPGA应用板/开发板(全套)包括:
CycloneII系列FPGA EP2C8Q208C8 40万们,含20M-270MHz锁相环2个。
RS232串行接口;VGA视频口
高速SRAM 512KB。可用于语音处理,NiosII运行等。
配置Flash EPCS2, 10万次烧写周期 。
isp单片机T89S8253:MCS51兼容单片机,12KB在系统可编程Flash ROM,10万次烧
写周期;2KB在系统可编程EEPROM,10万次烧写周期;2.7V-5.5V工作电压;0-24MHz
工作时钟;
2数码管显示器、20MHz时钟源(可通过FPGA中的锁相环倍频);
液晶显示屏(20字X4行);
工作电源5V、3.3V、1.2V混合电压源,良好电磁兼容性主板。
配套示例程序、资料、编程软件光盘等。
4X4键盘,4普通按键,8可锁按键,8发光管
BlasterMV编程下载器和并口通信线,可完成FPGA编程下载和isp单片机的编程。KX_DV3F开发板的源程序-err
Platform: |
Size: 360448 |
Author: ldg |
Hits:
Description: I2C最经典的技术文档集合,包括了总线规范、协议、设计应用。-I2C most classic collection of technical documentation, including a bus norms, protocols, design applications.
Platform: |
Size: 2480128 |
Author: 江望明 |
Hits:
Description: 实现IIC协议,非常适合初学FPGA者,是很好的参考代码。-EEPROM
Platform: |
Size: 526336 |
Author: 姜虹 |
Hits:
Description: 对FPGA的配置芯片EPCS进行读写操作,由于FPGA内部没有掉电可存储的空间,可肥EPCS当作EEPROM用.-The configuration of the FPGA chip EPCS to read and write operations, there is no power-down may be due to the internal FPGA memory space, EEPROM can be used as a fertilizer EPCS.
Platform: |
Size: 1567744 |
Author: 强强 |
Hits:
Description: eeprom for fpga sparten 3
Platform: |
Size: 484352 |
Author: farshid |
Hits:
Description: IIC的vhdl实现,用ISE12.1建的项目,读取eeprom的接口代码-using FPGA to communicate with the EEPROM through IIC connector
Platform: |
Size: 653312 |
Author: 一笑 |
Hits:
Description: 基于fpga的eeprom设计,适合用于eeprom的仿真-eeprom model based on FPGA
Platform: |
Size: 590848 |
Author: |
Hits:
Description: 能实现用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 IIC)
Platform: |
Size: 246784 |
Author: lml_234
|
Hits:
Description: EEPROM接口的FPGA实现
工程说明
AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。
案例补充说明
本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路:
1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,start命令无效。
2. 当start有效时,如果mode=0表示进行EWEN操作;mode=1表示进行WRITE操作;mode=2表示进行READ操作。
3. 当start有效时,addr和wdata有效。
4. 当进行EWEN操作时,将addr写入at93c46。
5. 当进行WRITE操作时,将addr和wdata写入at93c46。
6. 当进行READ操作时,将addr写入at93c46,并从at93c46读到数据,通过rdata和rdata_vld返回给上游模块。(FPGA implementation of EEPROM interface
Engineering description)
Platform: |
Size: 31744 |
Author: 明德扬科教
|
Hits:
Description: spi接口的eeprom模型,型号为st公司m65pxx(The eeprom model of spi interface is st company m65pxx)
Platform: |
Size: 63488 |
Author: a2530036128
|
Hits:
Description: altera cyclone4 eeprom读写测试程序,能用(Block altera cyclone4 eeprom read and write test procedures, can be used)
Platform: |
Size: 9362432 |
Author: 云心
|
Hits:
Description: 基于verilog的i2c接口EEPROM 24lc64的测试程序,包括了eeprom的虚拟模型,实际在硬件上验证没问题,也可以通过modleism进行仿真(Verilog based I2C interface EEPROM 24lc64 testing procedures, including the virtual model of EEPROM, the actual hardware verification is no problem, you can also simulate through the modleism)
Platform: |
Size: 6144 |
Author: jerrylili
|
Hits:
Description: 该代码完成存储器的数据存储和读取功能,该芯片是一款Atmel的SPI接口的EEPROM存储芯片。(The code completes the memory data storage and reading function, the chip is a Atmel SPI interface EEPROM memory chip.)
Platform: |
Size: 6144 |
Author: leixiaoming
|
Hits:
Description: eeprom工程,实现了基本的读写,供参考。工程使用的IDE为“ISE Design Suite 14.7”,使用时可根据自己硬件,修改引脚配置和逻辑可控制。(EEPROM project, the realization of the basic reading and writing for reference. The IDE used in the project is "ISE Design Suite 14.7", which can be used to modify pin configuration and logic control according to its own hardware.)
Platform: |
Size: 159744 |
Author: shaoyang_v |
Hits:
Description: xilinx fpga 读写eeprom例程(Xilinx FPGA read and write EEPROM routine)
Platform: |
Size: 55296 |
Author: amzhy8 |
Hits: