亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

nor

  • 基于ARM的嵌入式數(shù)據(jù)存儲(chǔ)系統(tǒng)研究

    隨著電子技術(shù)的不斷發(fā)展,嵌入式系統(tǒng)越來越多地在控制類、消費(fèi)類、通訊類等電子產(chǎn)品廣泛應(yīng)用,嵌入式技術(shù)也越來越和人們的生活緊密結(jié)合。同時(shí),計(jì)算機(jī)硬件的發(fā)展以及數(shù)據(jù)量的增加,對(duì)存儲(chǔ)設(shè)備的要求也越來越高。 本文深入研究了嵌入式系統(tǒng)中數(shù)據(jù)存儲(chǔ)和數(shù)據(jù)交換,提出了一套完整的嵌入式系統(tǒng)中數(shù)據(jù)存儲(chǔ)和數(shù)據(jù)交換的設(shè)計(jì)方案,并詳細(xì)介紹了其實(shí)現(xiàn)過程。Flash存儲(chǔ)器由于體積小、功耗低、性能穩(wěn)定等特點(diǎn)在便攜式電子產(chǎn)品中得到了廣泛的應(yīng)用。Flash存儲(chǔ)器主要有兩種形式:nor Flash和Nand Flash。nor Flash具有XIP特性,可以直接在芯片上執(zhí)行代碼,而且讀取速度較快。Nand Flash存儲(chǔ)密度大、容量大、生產(chǎn)工藝簡(jiǎn)單、性價(jià)比高,但是控制方式復(fù)雜而且可能會(huì)存在一定的壞塊。SD卡是近年來流行的大容量便攜式存儲(chǔ)卡。本系統(tǒng)中,我們以Flash和SD卡作為數(shù)據(jù)存儲(chǔ)介質(zhì)。在存儲(chǔ)介質(zhì)的選擇方面,在系統(tǒng)內(nèi)部采用了體積小、容量大、成本低的Flash,并采用nor和Nand Flash相結(jié)合的方案:在nor Flash上存儲(chǔ)與系統(tǒng)相關(guān)的軟件和程序,在Nand Flash上存儲(chǔ)用戶數(shù)據(jù)。系統(tǒng)外部采用安全性高、容量大、性能佳的SD卡作存儲(chǔ)容量擴(kuò)展。實(shí)現(xiàn)了基于Atmel公司ARM系列MCU的Flash存儲(chǔ)器和SD卡的硬件電路的設(shè)計(jì)及底層驅(qū)動(dòng)程序的設(shè)計(jì)。 本研究分別根據(jù)nor和Nand Flash數(shù)據(jù)存儲(chǔ)和操作特點(diǎn),分析了JFFS2和YAFFS的特點(diǎn)以及各自的存儲(chǔ)方式、斷電保護(hù)、損耗平衡、垃圾回收等一系列的策略和機(jī)制,并在nor和Nand Flash上實(shí)現(xiàn)并優(yōu)化了這些管理機(jī)制。在SD上則采用目前主流操作系統(tǒng)(Windows,Linux等)所支持的FAT16文件格式,完成了從磁盤格式化到文件的讀寫等標(biāo)準(zhǔn)API函數(shù),實(shí)現(xiàn)了嵌入式系統(tǒng)的高速數(shù)據(jù)交換。

    標(biāo)簽: ARM 嵌入式 數(shù)據(jù)存儲(chǔ) 系統(tǒng)研究

    上傳時(shí)間: 2013-04-24

    上傳用戶:qulele

  • 基于ARM和Linux的車載信息顯控終端的研究

    汽車儀表總成是汽車和駕駛員進(jìn)行信息交互的窗口。傳統(tǒng)的汽車儀表總成采用了大量機(jī)械器件、模擬電路和少量簡(jiǎn)單數(shù)字電路的方式設(shè)計(jì)。它體積大,精確和穩(wěn)定性低,顯示信息少,控制按鈕繁復(fù)。本項(xiàng)目以當(dāng)前主流的嵌入式技術(shù)為基礎(chǔ),設(shè)計(jì)了一種以大尺寸LCD觸摸屏為主要顯示控制界面,以CAN總線和其他接口為信息采集渠道,以高速嵌入式ARM9微控制器為處理單元的車載信息顯控終端。 作者在該項(xiàng)目中負(fù)責(zé)車載信息顯控終端的樣機(jī)設(shè)計(jì),用Prote199完成原理圖和PCB圖的設(shè)計(jì),編寫測(cè)試程序?qū)χ饕布M(jìn)行測(cè)試。軟件上移植Linux操作系統(tǒng)并編寫LCD驅(qū)動(dòng)程序。 論文設(shè)計(jì)的車載信息顯控終端以SAMSUNG公司S3C2410ARM9微控制器為核心,以Microchip公司的MCP2515芯片為CAN總線控制器,以Sharp公司LQ080V3DG01型號(hào)的8英寸LCD屏為顯控接口。存儲(chǔ)器方面外擴(kuò)了nor FLASH、NAND FLASH、SDRAM。接口方面設(shè)計(jì)了CAN、USB、RS232、以太網(wǎng)等標(biāo)準(zhǔn)接口,和GPIO、AD等接口。軟件上本車載信息顯控終端采用自行剪裁移植的Linux操作系統(tǒng),并移植了相應(yīng)的LCD驅(qū)動(dòng)程序。 論文主要闡述了車載信息顯控終端的硬件設(shè)計(jì),詳細(xì)分析了Linux在S3C2410微控制器系統(tǒng)上的移植,并將在軟硬件調(diào)試過程中總結(jié)的經(jīng)驗(yàn)與大家分享。 本車載信息顯控終端是對(duì)汽車儀表總成數(shù)字化和虛擬化顯示控制的一個(gè)有益嘗試,離最后的實(shí)用化和產(chǎn)品化還待進(jìn)一步研究。

    標(biāo)簽: Linux ARM 車載信息

    上傳時(shí)間: 2013-05-30

    上傳用戶:hechao3225

  • 嵌入式ARM9-2440實(shí)戰(zhàn)手冊(cè)

    廣嵌開發(fā)板配套的教程。 實(shí)驗(yàn)1 ARM 匯編指令編程實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 實(shí)驗(yàn)2 C 和ARM 匯編混合編程實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 實(shí)驗(yàn)3 C 語言實(shí)現(xiàn)LED 控制實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 實(shí)驗(yàn)4 外部中斷應(yīng)用實(shí)驗(yàn) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 實(shí)驗(yàn)5 看門狗定時(shí)器應(yīng)用實(shí)驗(yàn) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 實(shí)驗(yàn)6 DMA 控制器實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 實(shí)驗(yàn)7 PWM 控制蜂鳴器實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 實(shí)驗(yàn)8 UART 通信實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 實(shí)驗(yàn)9 紅外模塊控制實(shí)驗(yàn) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 實(shí)驗(yàn)10 實(shí)時(shí)時(shí)鐘設(shè)計(jì)實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 實(shí)驗(yàn)11 IIC 總線應(yīng)用實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 實(shí)驗(yàn)12 nor flash 應(yīng)用實(shí)驗(yàn) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 實(shí)驗(yàn)13 Nand flash 應(yīng)用實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 實(shí)驗(yàn)14 TFT LCD 顯示實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 實(shí)驗(yàn)15 觸摸屏控制實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 實(shí)驗(yàn)16 ADC 應(yīng)用實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 實(shí)驗(yàn)17 IIS 音頻總線實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 實(shí)驗(yàn)18 USB 設(shè)備實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 實(shí)驗(yàn)19 SD 卡接口實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 實(shí)驗(yàn)20 TFTP 以太網(wǎng)通訊 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 實(shí)驗(yàn)21 Camera 應(yīng)用實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 實(shí)驗(yàn)22 BootLoader 實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 實(shí)驗(yàn)23 Linux-2.6 內(nèi)核移植實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 實(shí)驗(yàn)24 Linux 驅(qū)動(dòng)程序開發(fā)實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270 實(shí)驗(yàn)25 QT/Embedded 實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 280 實(shí)驗(yàn)26 WinCE5.0 開發(fā)實(shí)驗(yàn). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 294 附錄一 S3C2440A 啟動(dòng)代碼. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 附錄二 GEC2440 核心板電路圖. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 附錄三 GEC2440 主板電路圖. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 335

    標(biāo)簽: 2440 ARM 嵌入式

    上傳時(shí)間: 2013-07-22

    上傳用戶:jing911003

  • SmartARM2400系列開發(fā)板全套資料

    · SmartARM2400是廣州致遠(yuǎn)電子有限公司精心設(shè)計(jì)的一款集教學(xué)、競(jìng)賽、工控開發(fā)于一身的開發(fā)套件,套件以NXP公司的LPC2478為核心,該芯片具有EMC(外部總線接口),可支持核心板上集成的32M SDRAM和2MB nor Flash,并提供4路串口、1路IrDA接口、1路10/100M以太網(wǎng)接口、2個(gè)CAN-bus接口、1路I2S接口、1路USB OTG接口、1路USB Hos

    標(biāo)簽: SmartARM 2400 開發(fā)板

    上傳時(shí)間: 2013-06-22

    上傳用戶:zhengxueliang

  • SmartARM2400系列開發(fā)板全套資料

    · SmartARM2400是廣州致遠(yuǎn)電子有限公司精心設(shè)計(jì)的一款集教學(xué)、競(jìng)賽、工控開發(fā)于一身的開發(fā)套件,套件以NXP公司的LPC2478為核心,該芯片具有EMC(外部總線接口),可支持核心板上集成的32M SDRAM和2MB nor Flash,并提供4路串口、1路IrDA接口、1路10/100M以太網(wǎng)接口、2個(gè)CAN-bus接口、1路I2S接口、1路USB OTG接口、1路USB Hos

    標(biāo)簽: SmartARM 2400 開發(fā)板

    上傳時(shí)間: 2013-07-27

    上傳用戶:evil

  • PCI ExpressTM Architecture

    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.

    標(biāo)簽: Architecture ExpressTM PCI

    上傳時(shí)間: 2013-11-03

    上傳用戶:gy592333

  • SM320 PCB LAYOUT GUIDELINES

    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

    標(biāo)簽: GUIDELINES LAYOUT 320 PCB

    上傳時(shí)間: 2014-12-24

    上傳用戶:zhaistone

  • TinyM0_Routine

    TinyM0配套教程】    * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(I2C器件應(yīng)用方案)    * 【TinyM0配套教程】LPC1100系列Cortex-M0最小系統(tǒng)設(shè)計(jì)      * 【TinyM0配套教程】功能部件(SSP)     * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(UART器件應(yīng)用方案)    * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(串行nor Flash存儲(chǔ)方案)    * 【TinyM0配套教程】硬件體系結(jié)構(gòu)(存儲(chǔ)器尋址)      * 【TinyM0配套教程】硬件體系結(jié)構(gòu)(功率控制)     * 【TinyM0配套教程】硬件體系結(jié)構(gòu)(時(shí)鐘系統(tǒng))     * 【TinyM0配套教程】功能部件(LPC1100系列器件簡(jiǎn)介、引腳連接模塊、GPIO)    * 【TinyM0配套教程】功能部件(定時(shí)器計(jì)數(shù)器)     * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(DC/DC應(yīng)用指南)    * 【TinyM0配套教程】硬件體系結(jié)構(gòu)(系統(tǒng)節(jié)拍定時(shí)器)     * 【TinyM0配套教程】硬件體系結(jié)構(gòu)(系統(tǒng)控制模塊)      * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(ESD器件應(yīng)用指南)    * 【TinyM0配套教程】功能部件(I2C)      * 【TinyM0配套教程】功能部件(WDT)      * 【TinyM0配套教程】功能部件(ADC)     * 【TinyM0配套教程】功能部件(UART)       * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(LDO應(yīng)用指南)    * 【TinyM0配套教程】接口技術(shù)與可靠性設(shè)計(jì)(復(fù)位設(shè)計(jì))

    標(biāo)簽: Routine TinyM

    上傳時(shí)間: 2013-11-01

    上傳用戶:litianchu

  • XAPP098 - Spartan FPGA低成本、高效率串行配置

    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.

    標(biāo)簽: Spartan XAPP FPGA 098

    上傳時(shí)間: 2014-08-16

    上傳用戶:adada

  • PCI總線的應(yīng)用

    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.

    標(biāo)簽: PCI 總線

    上傳時(shí)間: 2013-11-01

    上傳用戶:KSLYZ

主站蜘蛛池模板: 铜鼓县| 安达市| 黎平县| 沁阳市| 通道| 阿合奇县| 米脂县| 新邵县| 济阳县| 浮山县| 平南县| 林州市| 新蔡县| 安岳县| 嘉兴市| 安塞县| 安吉县| 漾濞| 德州市| 巨鹿县| 横峰县| 库车县| 和政县| 都安| 宜州市| 沅江市| 定襄县| 河西区| 鄂州市| 高雄市| 奉新县| 红原县| 瓮安县| 台东市| 吉木乃县| 江都市| 汨罗市| 嘉祥县| 海宁市| 乐都县| 荣昌县|