随着电子技术的不断发展,嵌入式系统越来越多地在控制类、消费类、通讯类等电子产品广泛应用,嵌入式技术也越来越和人们的生活紧密结合。同时,计算机硬件的发展以及数据量的增加,对存储设备的要求也越来越高。 本文深入研究了嵌入式系统中数据存储和数据交换,提出了一套完整的嵌入式系统中数据存储和数据交换的设计方案,并详细介绍了其实现过程。Flash存储器由于体积小、功耗低、性能稳定等特点在便携式电子产品中得到了广泛的应用。Flash存储器主要有两种形式:NOR Flash和Nand Flash。NOR Flash具有XIP特性,可以直接在芯片上执行代码,而且读取速度较快。Nand Flash存储密度大、容量大、生产工艺简单、性价比高,但是控制方式复杂而且可能会存在一定的坏块。SD卡是近年来流行的大容量便携式存储卡。本系统中,我们以Flash和SD卡作为数据存储介质。在存储介质的选择方面,在系统内部采用了体积小、容量大、成本低的Flash,并采用NOR和Nand Flash相结合的方案:在NOR Flash上存储与系统相关的软件和程序,在Nand Flash上存储用户数据。系统外部采用安全性高、容量大、性能佳的SD卡作存储容量扩展。实现了基于Atmel公司ARM系列MCU的Flash存储器和SD卡的硬件电路的设计及底层驱动程序的设计。 本研究分别根据NOR和Nand Flash数据存储和操作特点,分析了JFFS2和YAFFS的特点以及各自的存储方式、断电保护、损耗平衡、垃圾回收等一系列的策略和机制,并在NOR和Nand Flash上实现并优化了这些管理机制。在SD上则采用目前主流操作系统(Windows,Linux等)所支持的FAT16文件格式,完成了从磁盘格式化到文件的读写等标准API函数,实现了嵌入式系统的高速数据交换。
上传时间: 2013-04-24
上传用户:qulele
汽车仪表总成是汽车和驾驶员进行信息交互的窗口。传统的汽车仪表总成采用了大量机械器件、模拟电路和少量简单数字电路的方式设计。它体积大,精确和稳定性低,显示信息少,控制按钮繁复。本项目以当前主流的嵌入式技术为基础,设计了一种以大尺寸LCD触摸屏为主要显示控制界面,以CAN总线和其他接口为信息采集渠道,以高速嵌入式ARM9微控制器为处理单元的车载信息显控终端。 作者在该项目中负责车载信息显控终端的样机设计,用Prote199完成原理图和PCB图的设计,编写测试程序对主要硬件进行测试。软件上移植Linux操作系统并编写LCD驱动程序。 论文设计的车载信息显控终端以SAMSUNG公司S3C2410ARM9微控制器为核心,以Microchip公司的MCP2515芯片为CAN总线控制器,以Sharp公司LQ080V3DG01型号的8英寸LCD屏为显控接口。存储器方面外扩了NOR FLASH、NAND FLASH、SDRAM。接口方面设计了CAN、USB、RS232、以太网等标准接口,和GPIO、AD等接口。软件上本车载信息显控终端采用自行剪裁移植的Linux操作系统,并移植了相应的LCD驱动程序。 论文主要阐述了车载信息显控终端的硬件设计,详细分析了Linux在S3C2410微控制器系统上的移植,并将在软硬件调试过程中总结的经验与大家分享。 本车载信息显控终端是对汽车仪表总成数字化和虚拟化显示控制的一个有益尝试,离最后的实用化和产品化还待进一步研究。
上传时间: 2013-05-30
上传用户:hechao3225
广嵌开发板配套的教程。 实验1 ARM 汇编指令编程实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 实验2 C 和ARM 汇编混合编程实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 实验3 C 语言实现LED 控制实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 实验4 外部中断应用实验 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 实验5 看门狗定时器应用实验 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 实验6 DMA 控制器实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 实验7 PWM 控制蜂鸣器实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 实验8 UART 通信实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 实验9 红外模块控制实验 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 实验10 实时时钟设计实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 实验11 IIC 总线应用实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 实验12 NOR flash 应用实验 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 实验13 Nand flash 应用实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 实验14 TFT LCD 显示实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 实验15 触摸屏控制实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 实验16 ADC 应用实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 实验17 IIS 音频总线实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 实验18 USB 设备实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 实验19 SD 卡接口实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 实验20 TFTP 以太网通讯 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 实验21 Camera 应用实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 实验22 BootLoader 实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 实验23 Linux-2.6 内核移植实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 实验24 Linux 驱动程序开发实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 实验25 QT/Embedded 实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 实验26 WinCE5.0 开发实验. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 294 附录一 S3C2440A 启动代码. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 附录二 GEC2440 核心板电路图. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 附录三 GEC2440 主板电路图. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335
上传时间: 2013-07-22
上传用户:jing911003
· SmartARM2400是广州致远电子有限公司精心设计的一款集教学、竞赛、工控开发于一身的开发套件,套件以NXP公司的LPC2478为核心,该芯片具有EMC(外部总线接口),可支持核心板上集成的32M SDRAM和2MB NOR Flash,并提供4路串口、1路IrDA接口、1路10/100M以太网接口、2个CAN-bus接口、1路I2S接口、1路USB OTG接口、1路USB Hos
上传时间: 2013-06-22
上传用户:zhengxueliang
· SmartARM2400是广州致远电子有限公司精心设计的一款集教学、竞赛、工控开发于一身的开发套件,套件以NXP公司的LPC2478为核心,该芯片具有EMC(外部总线接口),可支持核心板上集成的32M SDRAM和2MB NOR Flash,并提供4路串口、1路IrDA接口、1路10/100M以太网接口、2个CAN-bus接口、1路I2S接口、1路USB OTG接口、1路USB Hos
上传时间: 2013-07-27
上传用户:evil
PCI ExpressTM Architecture Add-in Card Compliance Checklist for the PCI Express Base 1.0a SpecificationThe PCI Special Interest Group disclaims all warranties and liability for the use of this document and the information contained herein and assumes no responsibility for any errors that may appear in this document, NOR does the PCI Special Interest Group make a commitment to update the information contained herein.Contact the PCI Special Interest Group office to obtain the latest revision of this checklistQuestions regarding the ths document or membership in the PCI Special Interest Group may be forwarded tPCI Special Interest Group5440 SW Westgate Drive #217Portland, OR 97221Phone: 503-291-2569Fax: 503-297-1090 DISCLAIMERThis document is provided "as is" with no warranties whatsoever, including any warranty of merchantability, noninfringement, fitness for any particular purpose, or any warranty otherwise arising out of any proposal, specification, or sample. The PCI SIG disclaims all liability for infringement of proprietary rights, relating to use of information in this specification. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted herein.
标签: Architecture ExpressTM PCI
上传时间: 2013-11-03
上传用户:gy592333
Silicon Motion, Inc. has made best efforts to ensure that the information contained in this document is accurate andreliable. However, the information is subject to change without notice. No responsibility is assumed by SiliconMotion, Inc. for the use of this information, NOR for infringements of patents or other rights of third parties.Copyright NoticeCopyright 2002, Silicon Motion, Inc. All rights reserved. No part of this publication may be reproduced, photocopied,or transmitted in any form, without the prior written consent of Silicon Motion, Inc. Silicon Motion, Inc. reserves theright to make changes to the product specification without reservation and without notice to our users
标签: GUIDELINES LAYOUT 320 PCB
上传时间: 2014-12-24
上传用户:zhaistone
TinyM0配套教程】 * 【TinyM0配套教程】接口技术与可靠性设计(I2C器件应用方案) * 【TinyM0配套教程】LPC1100系列Cortex-M0最小系统设计 * 【TinyM0配套教程】功能部件(SSP) * 【TinyM0配套教程】接口技术与可靠性设计(UART器件应用方案) * 【TinyM0配套教程】接口技术与可靠性设计(串行NOR Flash存储方案) * 【TinyM0配套教程】硬件体系结构(存储器寻址) * 【TinyM0配套教程】硬件体系结构(功率控制) * 【TinyM0配套教程】硬件体系结构(时钟系统) * 【TinyM0配套教程】功能部件(LPC1100系列器件简介、引脚连接模块、GPIO) * 【TinyM0配套教程】功能部件(定时器计数器) * 【TinyM0配套教程】接口技术与可靠性设计(DC/DC应用指南) * 【TinyM0配套教程】硬件体系结构(系统节拍定时器) * 【TinyM0配套教程】硬件体系结构(系统控制模块) * 【TinyM0配套教程】接口技术与可靠性设计(ESD器件应用指南) * 【TinyM0配套教程】功能部件(I2C) * 【TinyM0配套教程】功能部件(WDT) * 【TinyM0配套教程】功能部件(ADC) * 【TinyM0配套教程】功能部件(UART) * 【TinyM0配套教程】接口技术与可靠性设计(LDO应用指南) * 【TinyM0配套教程】接口技术与可靠性设计(复位设计)
上传时间: 2013-11-01
上传用户:litianchu
This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, thereby reducing the cost, part count, memory size,and board space associated with the serial configuration circuitry. As a result, neither processor NOR PROM needs to be fullydedicated to performing Spartan configuration.In particular, information is provided on how the idle processing time of an on-board controller can be used to loadconfiguration data from an off-board source. As a result, it is possible to upgrade a Spartan design in the field by sending thebitstream over a network.
上传时间: 2014-08-16
上传用户:adada
The PCI Special Interest Group disclaims all warranties and liability for the use of this document and the information contained herein and assumes no responsibility for any errors that may appear in this document, NOR does the PCI Special Interest Group make a commitment to update the information contained herein.
上传时间: 2013-11-01
上传用户:KSLYZ