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

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

Memory

  • 深入理解SD卡

    SD 卡(Secure Digital Memory Card)是一種為滿足安全性、容量、性能和使用環境等各方面的需求而設計的一種新型存儲器件,SD 卡允許在兩種模式下工作,即SD 模式和SPI 模式,本系統采用SPI 模式。本小節僅簡要介紹在SPI 模式下,STM32 處理器如何讀寫SD 卡,如果讀者如希望詳細了解SD 卡,可以參考相關資料。

    標簽: SD卡

    上傳時間: 2013-11-12

    上傳用戶:huannan88

  • C8051F020

    HIGH SPEED 8051 μC CORE - Pipe-lined Instruction Architecture; Executes 70% of Instructions in 1 or 2 System Clocks - Up to 25MIPS Throughput with 25MHz System Clock - 22 Vectored Interrupt Sources Memory - 4352 Bytes Internal Data RAM (256 + 4k) - 64k Bytes In-System Programmable FLASH Program Memory - External Parallel Data Memory Interface – up to 5Mbytes/sec DIGITAL PERIPHERALS - 64 Port I/O; All are 5V tolerant - Hardware SMBusTM (I2CTM Compatible), SPITM, and Two UART Serial Ports Available Concurrently - Programmable 16-bit Counter/Timer Array with 5 Capture/Compare Modules - 5 General Purpose 16-bit Counter/Timers - Dedicated Watch-Dog Timer; Bi-directional Reset CLOCK SOURCES - Internal Programmable Oscillator: 2-to-16MHz - External Oscillator: Crystal, RC, C, or Clock - Real-Time Clock Mode using Timer 3 or PCA SUPPLY VOLTAGE ........................ 2.7V to 3.6V - Typical Operating Current: 10mA @ 25MHz - Multiple Power Saving Sleep and Shutdown Modes 100-Pin TQFP (64-Pin Version Available) Temperature Range: –40°C to +85°C

    標簽: C8051F020

    上傳時間: 2013-10-12

    上傳用戶:lalalal

  • AVR常用庫函數介紹

    目錄: 1. Character Type Functions - 字符類型函數 2. Standard C Input/Output Functions - 標準輸入輸出函數 3. Standard Library Functions - 標準庫和內存分配函數 4. Mathematical Functions - 數學函數 5. String Functions - 字符串函數 6. BCD Conversion Functions - BCD 轉換函數 7. Memory Access Functions - 存儲器訪問函數 8. Delay Functions - 延時函數 9. LCD Functions - LCD函數 10. LCD Functions for displays with 4x40 characters - 4×40 字符型LCD函數 11. LCD Functions for displays connected in 8 bit Memory mapped mode -以8 位外部存儲 器模式接口的LCD顯示函數 12. I2C Bus Functions - I2C 總線函數 13. National Semiconductor LM75 Temperature Sensor Functions - LM75 溫度傳感器函數 14. Dallas Semiconductor DS1621 Thermometer/Thermostat Functions - DS1621 溫度計函 數 15. Philips PCF8563 Real Time Clock Functions - PCF8563 實時時鐘函數 16. Philips PCF8583 Real Time Clock Functions - PCF8583 實時時鐘函數 17. Dallas Semiconductor DS1302 Real Time Clock Functions - DS1302 實時時鐘函數 18. Dallas Semiconductor DS1307 Real Time Clock Functions - DS1307 實時時鐘函數 19. 1 Wire Protocol Functions - 單線通訊協議函數 20. Dallas Semiconductor DS1820/DS1822 Temperature Sensors Functions - DS1820/1822 溫度傳感器函數 21. SPI Functions - SPI 函數 22. Power Management Functions - 電源管理函數 23. Gray Code Conversion Functions - 格雷碼轉換函數

    標簽: AVR 庫函數

    上傳時間: 2013-10-22

    上傳用戶:歸海惜雪

  • 單片機P0口的片外數據存儲器擴展

    單片機作為一種微型計算機,其內部具有一定的存儲單元(8031除外),但由于其內部存儲單元及端口有限,很多情況下難以滿足實際需求。為此介紹一種新的擴展方法,將數據線與地址線合并使用,通過軟件控制的方法實現數據線與地址線功能的分時轉換,數據線不僅用于傳送數據信號,還可作為地址線、控制線,用于傳送地址信號和控制信號,從而實現單片機與存儲器件的有效連接。以單片機片外256KB數據存儲空間的擴展為例,通過該擴展方法,僅用10個I/O端口便可實現,與傳統的擴展方法相比,可節約8個I/O端口。 Abstract:  As a micro-computer,the SCM internal Memory has a certain units(except8031),but because of its internal storage units and the ports are limited,in many cases it can not meet the actual demand.So we introduced a new extension method,the data line and address lines combined through software-controlled approach to realize the time-conversion functions of data lines and address lines,so the data lines not only transmited data signals,but also served as address lines and control lines to transmit address signals and control signals,in order to achieve an effective connection of microcontroller and Memory chips.Take microcontroller chip with256KB of data storage space expansion as example,through this extension method,with only10I/O ports it was achieved,compared with the traditional extension methods,this method saves8I/O ports.

    標簽: 單片機 P0口 數據存儲器 擴展

    上傳時間: 2014-12-26

    上傳用戶:adada

  • 單片機Flash存儲器壞塊自動檢測

    在深入了解Flash存儲器的基礎上,采用單片機自動檢測存儲器無效塊。主要通過讀取每一塊的第1、第2頁內容,判斷該塊的好壞,并給出具體的實現過程,以及部分關鍵的電路原理圖和C語言程序代碼。該設計最終實現單片機自動檢測Flash壞塊的功能,并通過讀取ID號檢測Flash的性能,同時該設計能夠存儲和讀取1GB數據。 Abstract:  On the basis of in-depth understanding the Flash chips,this paper designs a new program which using the SCM to detect the invalid block.Mainly through reading the data of the first and second page to detect the invalid block.Specific implementation procedure was given,and the key circuit schematic diagram and C language program code was introduced.This design achieved the function of using the MCU checks the invalid block finally,and increased the function by reading the ID number of Flash to get the performance of the Memory.And the design also can write and read1GB data

    標簽: Flash 單片機 存儲器 自動檢測

    上傳時間: 2013-10-25

    上傳用戶:taozhihua1314

  • 基于VHDL的微型打印機控制器設計

    介紹基于VHDL的微型打印機控制器的設計。論述了微型打印機的基本原理,以及實現控制器的VHDL語言設計。打印機的數據來自系統中的存儲模塊,根據需要控制打印。該微型打印機控制器可取代傳統的微型打印機,且抗干擾性好,可靠性高,具有較強的移植性,稍加改動就可應用于不同場合。 Abstract:  This paper introduced the design method of micro printer controller based on VHDL.The basic principles of microprinter is explained,as well as the realization of the controller by VHDL language.The printer data is from the system Memory modules,can control printer.The design of microprinter controller has antigood and high reliability,it can replace the traditional printer.The controller has very good portability,and need little modify that can use in different situation.

    標簽: VHDL 微型打印機 制器設計

    上傳時間: 2013-11-03

    上傳用戶:dudu1210004

  • 基于單片機AT89C51的MP3播放系統的設計方案

    提出一種基于單片機AT89C51SND1C的MP3播放系統的設計方案。單片機集成了專用的解碼器,使用K9F1208閃存作為外存儲器,放音電路采用CS4330,存儲文件通過播放器上的USB接口設備從PC機上直接下載,液晶顯示采用LCD1602。方案設計簡單,性價比高,低功耗,易擴展。由于采用的是通用單片機實現的,可以很容易地移植到其他微控制器系統中,有很強的市場競爭能力和實用價值。 Abstract:  A MP3 player design based on microchip AT89C51SND1C was presented, which used K9F1208 Flash chip as the Memory circuit and used CS4330 as play chip. Storage files were download from PC through USB interfaces player on the device,and the LCD/602 was used as display screen. This system had characteristics of simple design,low power,easy expand,low cost and high recognition. Using of universual microchip make it easy to transplant to other microcontrol system,and have strong market competitiom and practical value.

    標簽: 89C C51 MP3 AT

    上傳時間: 2014-12-27

    上傳用戶:佳期如夢

  • CAT93C46 器件數據手冊

    The CAT93C46 is a 1 kb Serial EEPROM Memory device which isconfigured as either 64 registers of 16 bits (ORG pin at VCC) or 128registers of 8 bits (ORG pin at GND). Each register can be written (orread) serially by using the DI (or DO) pin. The CAT93C46 features aself−timed internal write with auto−clear. On−chip Power−On Resetcircuit protects the internal logic against powering up in the wrongstate.

    標簽: CAT 93C C46 93

    上傳時間: 2013-11-20

    上傳用戶:ynzfm

  • HT48E30內置EEPROM輸入/輸出型八位MTP單片機

    技術相關信息   · 工具信息 ·  FAQs · 應用范例 -HA0086S HT48E MCU系列1K位EEPROM Data Memory的讀寫 - 使用匯編語言 -HA0087S HT48E MCU系列1K位EEPROM Data Memory的讀寫 - 使用C語言 -HA0088S HT48E MCU系列2K位EEPROM Data Memory的讀寫 - 使用匯編語言 -HA0089S HT48E MCU系列2K位EEPROM Data Memory的讀寫 - 使用C語言

    標簽: EEPROM 48E E30 MTP

    上傳時間: 2013-11-15

    上傳用戶:hui626493

  • STM32啟動代碼

    The bootloader is stored in the internal boot ROM Memory (system Memory) of STM32devices. It is programmed by ST during production. Its main task is to download theapplication program to the internal Flash Memory through one of the available serialperipherals (USART, CAN, USB, etc.). A communication protocol is defined for each serialinterface, with a compatible command set and sequences

    標簽: STM 32 啟動代碼

    上傳時間: 2014-09-06

    上傳用戶:417313137

主站蜘蛛池模板: 曲靖市| 龙口市| 龙南县| 舟山市| 张掖市| 含山县| 博湖县| 陇西县| 拉萨市| 镇康县| 庆安县| 炉霍县| 辽源市| 盈江县| 宾川县| 平罗县| 墨脱县| 克东县| 苏尼特左旗| 固原市| 永丰县| 曲靖市| 资阳市| 中牟县| 鸡东县| 汉寿县| 汝阳县| 万年县| 织金县| 若羌县| 山西省| 怀来县| 江阴市| 长汀县| 沈丘县| 宜章县| 和平区| 凭祥市| 常熟市| 海盐县| 长海县|