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

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

nor

  • 基于ARM的嵌入式數據存儲系統研究

    隨著電子技術的不斷發展,嵌入式系統越來越多地在控制類、消費類、通訊類等電子產品廣泛應用,嵌入式技術也越來越和人們的生活緊密結合。同時,計算機硬件的發展以及數據量的增加,對存儲設備的要求也越來越高。 本文深入研究了嵌入式系統中數據存儲和數據交換,提出了一套完整的嵌入式系統中數據存儲和數據交換的設計方案,并詳細介紹了其實現過程。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函數,實現了嵌入式系統的高速數據交換。

    標簽: ARM 嵌入式 數據存儲 系統研究

    上傳時間: 2013-04-24

    上傳用戶:qulele

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

    汽車儀表總成是汽車和駕駛員進行信息交互的窗口。傳統的汽車儀表總成采用了大量機械器件、模擬電路和少量簡單數字電路的方式設計。它體積大,精確和穩定性低,顯示信息少,控制按鈕繁復。本項目以當前主流的嵌入式技術為基礎,設計了一種以大尺寸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微控制器系統上的移植,并將在軟硬件調試過程中總結的經驗與大家分享。 本車載信息顯控終端是對汽車儀表總成數字化和虛擬化顯示控制的一個有益嘗試,離最后的實用化和產品化還待進一步研究。

    標簽: Linux ARM 車載信息

    上傳時間: 2013-05-30

    上傳用戶:hechao3225

  • 嵌入式ARM9-2440實戰手冊

    廣嵌開發板配套的教程。 實驗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

    標簽: 2440 ARM 嵌入式

    上傳時間: 2013-07-22

    上傳用戶:jing911003

  • SmartARM2400系列開發板全套資料

    · 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

    標簽: SmartARM 2400 開發板

    上傳時間: 2013-06-22

    上傳用戶:zhengxueliang

  • SmartARM2400系列開發板全套資料

    · 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

    標簽: SmartARM 2400 開發板

    上傳時間: 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.

    標簽: Architecture ExpressTM PCI

    上傳時間: 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

    標簽: GUIDELINES LAYOUT 320 PCB

    上傳時間: 2014-12-24

    上傳用戶:zhaistone

  • TinyM0_Routine

    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配套教程】接口技術與可靠性設計(復位設計)

    標簽: Routine TinyM

    上傳時間: 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.

    標簽: Spartan XAPP FPGA 098

    上傳時間: 2014-08-16

    上傳用戶:adada

  • PCI總線的應用

    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.

    標簽: PCI 總線

    上傳時間: 2013-11-01

    上傳用戶:KSLYZ

主站蜘蛛池模板: 江北区| 盐亭县| 泰安市| 无棣县| 栾川县| 连平县| 南岸区| 托克逊县| 新干县| 潜江市| 枣阳市| 白朗县| 桑植县| 东安县| 太原市| 九台市| 桦甸市| 洛扎县| 翁牛特旗| 长海县| 永仁县| 南溪县| 左云县| 城市| 法库县| 安阳市| 定远县| 库尔勒市| 禄劝| 南澳县| 武隆县| 宝鸡市| 荥经县| 富宁县| 宜都市| 闸北区| 加查县| 通州市| 临夏市| 苏尼特左旗| 邵阳县|