SD 卡(Secure Digital Memory Card)是一種為滿足安全性、容量、性能和使用環(huán)境等各方面的需求而設(shè)計(jì)的一種新型存儲(chǔ)器件,SD 卡允許在兩種模式下工作,即SD 模式和SPI 模式,本系統(tǒng)采用SPI 模式。本小節(jié)僅簡(jiǎn)要介紹在SPI 模式下,STM32 處理器如何讀寫SD 卡,如果讀者如希望詳細(xì)了解SD 卡,可以參考相關(guān)資料。
標(biāo)簽: SD卡
上傳時(shí)間: 2013-11-12
上傳用戶:huannan88
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
標(biāo)簽: C8051F020
上傳時(shí)間: 2013-10-12
上傳用戶:lalalal
目錄: 1. Character Type Functions - 字符類型函數(shù) 2. Standard C Input/Output Functions - 標(biāo)準(zhǔn)輸入輸出函數(shù) 3. Standard Library Functions - 標(biāo)準(zhǔn)庫(kù)和內(nèi)存分配函數(shù) 4. Mathematical Functions - 數(shù)學(xué)函數(shù) 5. String Functions - 字符串函數(shù) 6. BCD Conversion Functions - BCD 轉(zhuǎn)換函數(shù) 7. Memory Access Functions - 存儲(chǔ)器訪問(wèn)函數(shù) 8. Delay Functions - 延時(shí)函數(shù) 9. LCD Functions - LCD函數(shù) 10. LCD Functions for displays with 4x40 characters - 4×40 字符型LCD函數(shù) 11. LCD Functions for displays connected in 8 bit Memory mapped mode -以8 位外部存儲(chǔ) 器模式接口的LCD顯示函數(shù) 12. I2C Bus Functions - I2C 總線函數(shù) 13. National Semiconductor LM75 Temperature Sensor Functions - LM75 溫度傳感器函數(shù) 14. Dallas Semiconductor DS1621 Thermometer/Thermostat Functions - DS1621 溫度計(jì)函 數(shù) 15. Philips PCF8563 Real Time Clock Functions - PCF8563 實(shí)時(shí)時(shí)鐘函數(shù) 16. Philips PCF8583 Real Time Clock Functions - PCF8583 實(shí)時(shí)時(shí)鐘函數(shù) 17. Dallas Semiconductor DS1302 Real Time Clock Functions - DS1302 實(shí)時(shí)時(shí)鐘函數(shù) 18. Dallas Semiconductor DS1307 Real Time Clock Functions - DS1307 實(shí)時(shí)時(shí)鐘函數(shù) 19. 1 Wire Protocol Functions - 單線通訊協(xié)議函數(shù) 20. Dallas Semiconductor DS1820/DS1822 Temperature Sensors Functions - DS1820/1822 溫度傳感器函數(shù) 21. SPI Functions - SPI 函數(shù) 22. Power Management Functions - 電源管理函數(shù) 23. Gray Code Conversion Functions - 格雷碼轉(zhuǎn)換函數(shù)
標(biāo)簽: AVR 庫(kù)函數(shù)
上傳時(shí)間: 2013-10-22
上傳用戶:歸海惜雪
單片機(jī)作為一種微型計(jì)算機(jī),其內(nèi)部具有一定的存儲(chǔ)單元(8031除外),但由于其內(nèi)部存儲(chǔ)單元及端口有限,很多情況下難以滿足實(shí)際需求。為此介紹一種新的擴(kuò)展方法,將數(shù)據(jù)線與地址線合并使用,通過(guò)軟件控制的方法實(shí)現(xiàn)數(shù)據(jù)線與地址線功能的分時(shí)轉(zhuǎn)換,數(shù)據(jù)線不僅用于傳送數(shù)據(jù)信號(hào),還可作為地址線、控制線,用于傳送地址信號(hào)和控制信號(hào),從而實(shí)現(xiàn)單片機(jī)與存儲(chǔ)器件的有效連接。以單片機(jī)片外256KB數(shù)據(jù)存儲(chǔ)空間的擴(kuò)展為例,通過(guò)該擴(kuò)展方法,僅用10個(gè)I/O端口便可實(shí)現(xiàn),與傳統(tǒng)的擴(kuò)展方法相比,可節(jié)約8個(gè)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.
標(biāo)簽: 單片機(jī) P0口 數(shù)據(jù)存儲(chǔ)器 擴(kuò)展
上傳時(shí)間: 2014-12-26
上傳用戶:adada
在深入了解Flash存儲(chǔ)器的基礎(chǔ)上,采用單片機(jī)自動(dòng)檢測(cè)存儲(chǔ)器無(wú)效塊。主要通過(guò)讀取每一塊的第1、第2頁(yè)內(nèi)容,判斷該塊的好壞,并給出具體的實(shí)現(xiàn)過(guò)程,以及部分關(guān)鍵的電路原理圖和C語(yǔ)言程序代碼。該設(shè)計(jì)最終實(shí)現(xiàn)單片機(jī)自動(dòng)檢測(cè)Flash壞塊的功能,并通過(guò)讀取ID號(hào)檢測(cè)Flash的性能,同時(shí)該設(shè)計(jì)能夠存儲(chǔ)和讀取1GB數(shù)據(jù)。 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
標(biāo)簽: Flash 單片機(jī) 存儲(chǔ)器 自動(dòng)檢測(cè)
上傳時(shí)間: 2013-10-25
上傳用戶:taozhihua1314
介紹基于VHDL的微型打印機(jī)控制器的設(shè)計(jì)。論述了微型打印機(jī)的基本原理,以及實(shí)現(xiàn)控制器的VHDL語(yǔ)言設(shè)計(jì)。打印機(jī)的數(shù)據(jù)來(lái)自系統(tǒng)中的存儲(chǔ)模塊,根據(jù)需要控制打印。該微型打印機(jī)控制器可取代傳統(tǒng)的微型打印機(jī),且抗干擾性好,可靠性高,具有較強(qiáng)的移植性,稍加改動(dòng)就可應(yīng)用于不同場(chǎng)合。 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.
標(biāo)簽: VHDL 微型打印機(jī) 制器設(shè)計(jì)
上傳時(shí)間: 2013-11-03
上傳用戶:dudu1210004
提出一種基于單片機(jī)AT89C51SND1C的MP3播放系統(tǒng)的設(shè)計(jì)方案。單片機(jī)集成了專用的解碼器,使用K9F1208閃存作為外存儲(chǔ)器,放音電路采用CS4330,存儲(chǔ)文件通過(guò)播放器上的USB接口設(shè)備從PC機(jī)上直接下載,液晶顯示采用LCD1602。方案設(shè)計(jì)簡(jiǎn)單,性價(jià)比高,低功耗,易擴(kuò)展。由于采用的是通用單片機(jī)實(shí)現(xiàn)的,可以很容易地移植到其他微控制器系統(tǒng)中,有很強(qiáng)的市場(chǎng)競(jìng)爭(zhēng)能力和實(shí)用價(jià)值。 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.
上傳時(shí)間: 2014-12-27
上傳用戶:佳期如夢(mèng)
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.
上傳時(shí)間: 2013-11-20
上傳用戶:ynzfm
技術(shù)相關(guān)信息 · 工具信息 · FAQs · 應(yīng)用范例 -HA0086S HT48E MCU系列1K位EEPROM Data Memory的讀寫 - 使用匯編語(yǔ)言 -HA0087S HT48E MCU系列1K位EEPROM Data Memory的讀寫 - 使用C語(yǔ)言 -HA0088S HT48E MCU系列2K位EEPROM Data Memory的讀寫 - 使用匯編語(yǔ)言 -HA0089S HT48E MCU系列2K位EEPROM Data Memory的讀寫 - 使用C語(yǔ)言
上傳時(shí)間: 2013-11-15
上傳用戶:hui626493
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
標(biāo)簽: STM 32 啟動(dòng)代碼
上傳時(shí)間: 2014-09-06
上傳用戶:417313137
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1