搜索结果
找到约 574 项符合
sdRAM-mt 的查询结果
VHDL/FPGA/Verilog This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR
This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because ...
文件格式 在信息处理中
在信息处理中,特别是实时视频图像处理中,通常都要对实现视频图像进行处理,而这首先必须设计大容量的存储器,同步动态随机存储器SDRAM虽然有价格低廉、容量大等优点,但因SDRAM的控制结构复杂,常用的方法是设计SDRAM通用控制器,这使得很多人不得不放弃使用SDRAM而使用价格昂贵的SRAM。为此,笔者在研究有关文献的基础上 ...
软件设计/软件工程 详细描述了存储器的基本结构
详细描述了存储器的基本结构,从最简单的单位存储单元到复杂的SDRAM,是软硬件设计师的最佳参考
嵌入式Linux 英培特ARM教学平台EDUKIT-III
英培特ARM教学平台EDUKIT-III,核心子板为s3c2410,在RH9下实现的sdram测试程序。
微处理器开发 ARM7处理器的系统测试源码
ARM7处理器的系统测试源码,汇编和C组成,具有norflash、nandflash、sdram、LCD、IIC、232、NET、USB、RLT等功能,可组成一个完整的处理终端,当然要有相应的硬件支持,供大家参考!
文件格式 加强型S3C44B0原理图
加强型S3C44B0原理图,包括LCD,ETC、FLASH、SDRAM等
嵌入式Linux (原创)uboot在yl2410上的移植
(原创)uboot在yl2410上的移植,此u-boot代码在sdram、norflash或nandflash上都可启动运行,附详细说明文档
DSP编程 This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block
This example streams input from a ADC source to a DAC.
An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example).
The frames are then output with a one-frame delay to the DAC (an AD9744 in this example).
In this example, no processing is done on the frames. The ...
系统设计方案 基于ARM的LINUX移植文档
基于ARM的LINUX移植文档,文档很详细,很有用,分享给喜欢ARM和LINUX的朋友。ARM芯片:S3C2410,SDRAM:HY57V561620,NAND FLASH:K9F1208U0B,以太网芯片:CS8900A
微处理器开发 Atmel AT91SAM7SE256的一些基本驱动代码
Atmel AT91SAM7SE256的一些基本驱动代码, 包括Link Files, 中断源配置, SDRAM, USART, Timer等外设的驱动代码。可用于AT91SAM7SE系列处理器。