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

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

Chips

  • Rock-Chips RK27XX講義.rar

    Rock-Chips RK27XX講義.rar

    標簽: Rock-Chips RK 27

    上傳時間: 2013-12-20

    上傳用戶:釣鰲牧馬

  • Serial port driver for 8051 Chips.

    Serial port driver for 8051 Chips.

    標簽: Serial driver Chips 8051

    上傳時間: 2013-12-22

    上傳用戶:lxm

  • 時鐘切換電路英文資料.

    With more and more multi-frequency clocks being used in today's Chips, especially in the communications field, it is often necessary to switch the source of a clock line while the chip is running.

    標簽: 時鐘切換電路 英文

    上傳時間: 2013-10-10

    上傳用戶:1214209695

  • Atmel AT89C系列單片機電路板設(shè)計指南

    Designing Boards with Atmel AT89C51,AT89C52, AT89C1051, and AT89C2051 for Writing Flash at In-Circuit Test. Recent improvements in Chips and testers have made it possible for the tester to begin taking over the role tradi-tionally assigned to the PROM program-mer. Instead of having a PROM pro- grammer write nonvolatile memories before assembling the board, the in-cir- cuit tester writes them during in-circuit testing operations. Many Teradyne Z18- series testers are now in use loading code into nonvolatile memories, micro- controllers and in-circuit programmable logic devices. The purpose of this note is to explain how the Z18 approaches the writing task for Atmel AT89C series IC’s, so that designers of boards using these Chips can get the best results.  

    標簽: Atmel 89C AT 89

    上傳時間: 2013-11-17

    上傳用戶:xiaozhiqban

  • 基于CH341A的USB串口通訊設(shè)計

    為解決當前計算機串行通訊接口只有USB,難以滿足舊型號設(shè)備或某些單片機要求RS232通訊的問題,設(shè)計出兩款RS232/USB電路。采用CH341A與MAX223集成電路芯片構(gòu)建標準9線RS232/USB通用接口轉(zhuǎn)換器,無需編程。采用CH341A與PIC16F877A構(gòu)建單片機與計算機之間的USB通訊電路,軟件遵循RS232通訊協(xié)議,硬件進行電平轉(zhuǎn)換。實際使用表明,這兩款產(chǎn)品與計算機端Windows 操作系統(tǒng)下的串口應用程序完全兼容,且通訊過程中無握手失敗現(xiàn)象。 Abstract:  To solve the problem that current computer serial communication only with USB interface can not satisfy with the old type equipments or MCU to communicate with RS232, two kinds of RS232/USB circuit were designed.CH341A and MAX223 integrated circuit Chips were used to create a standard 9-line RS232/USB universal interface convertor without programme. CH341A and PIC16F877A Chips were adopted to build the USB communication circuit between computers and MCU. The software follows RS232 communication protocol, and the hardware converts electrical levels. Actual practices indicate that the two manufactures are compatible with serial application program of Windows operation system completely,and get avoid of handshake lost.    

    標簽: 341A 341 USB CH

    上傳時間: 2013-11-03

    上傳用戶:siying

  • 單片機P0口的片外數(shù)據(jù)存儲器擴展

    單片機作為一種微型計算機,其內(nèi)部具有一定的存儲單元(8031除外),但由于其內(nèi)部存儲單元及端口有限,很多情況下難以滿足實際需求。為此介紹一種新的擴展方法,將數(shù)據(jù)線與地址線合并使用,通過軟件控制的方法實現(xiàn)數(shù)據(jù)線與地址線功能的分時轉(zhuǎn)換,數(shù)據(jù)線不僅用于傳送數(shù)據(jù)信號,還可作為地址線、控制線,用于傳送地址信號和控制信號,從而實現(xiàn)單片機與存儲器件的有效連接。以單片機片外256KB數(shù)據(jù)存儲空間的擴展為例,通過該擴展方法,僅用10個I/O端口便可實現(xiàn),與傳統(tǒng)的擴展方法相比,可節(jié)約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口 數(shù)據(jù)存儲器 擴展

    上傳時間: 2014-12-26

    上傳用戶:adada

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

    在深入了解Flash存儲器的基礎(chǔ)上,采用單片機自動檢測存儲器無效塊。主要通過讀取每一塊的第1、第2頁內(nèi)容,判斷該塊的好壞,并給出具體的實現(xiàn)過程,以及部分關(guān)鍵的電路原理圖和C語言程序代碼。該設(shè)計最終實現(xiàn)單片機自動檢測Flash壞塊的功能,并通過讀取ID號檢測Flash的性能,同時該設(shè)計能夠存儲和讀取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

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

    上傳時間: 2013-10-25

    上傳用戶:taozhihua1314

  • 基于ISD2500與ATmega8的智能語音系統(tǒng)設(shè)計

    出了一種利用ATmega8單片機對ISD2500系列語音芯片進行控制的智能語音系統(tǒng),此系統(tǒng)使用靈活,易于功能升級,具有良好的應用前景。提供了硬件連接電路和關(guān)鍵源程序。 Abstract:  An intelligent voice system using ISD2500 series voice Chips based on ATmega8 MCU is described.This system is flexible and easy to upgrade for users,and it has pretty good using foreground. The circuit diagram and the key program are also provided.

    標簽: ATmega8 2500 ISD 智能語音

    上傳時間: 2014-01-22

    上傳用戶:Artemis

  • Designing Boards with Atmel AT

    Designing Boards with Atmel AT89C51, AT89C52, AT89C1051, and AT89C2051 for Writing Flash at In-Circuit Test:Recent improvements in Chips andtesters have made it possible for thetester to begin taking over the role traditionallyassigned to the PROM programmer.Instead of having a PROM programmerwrite nonvolatile memoriesbefore assembling the board, the in-circuittester writes them during in-circuittesting operations. Many Teradyne Z18-series testers are now in use loadingcode into nonvolatile memories, microcontrollersand in-circuit programmable logic devices. The purpose of this note is to explain how the Z18 approaches the writing task for Atmel AT89C series IC’s,so that designers of boards using these Chips can get the best results.

    標簽: Designing Boards Atmel with

    上傳時間: 2013-11-20

    上傳用戶:lijianyu172

  • 水位監(jiān)測報警系統(tǒng)原理

    摘要:本水位監(jiān)測報警器使用5V低壓直流電源(也可以用3節(jié)5號電池代替)就可以對5~15厘米的水位進行監(jiān)測,用LED顯示和數(shù)碼管顯示水位,并可以對不再此范圍內(nèi)的水位發(fā)出報警。主要采用CD4066、74LS86、74LS32、CD4511芯片,再加上數(shù)碼管、蜂鳴器、發(fā)光二極管、電阻這些器件組成一個簡單而靈敏的監(jiān)測報警電路,操作簡單,接通電源即可工作。因為大部分電路采用數(shù)字電路,所以本水位監(jiān)測報警器還具有耗能低、準確性高的特點。關(guān)鍵字:譯碼電路    報警電路    監(jiān)測電路 Abstract: The water level alarm monitoring the use of 5 V low-voltage DC power (can also use three batteries replaced on the 5th) will be able to 5 to 15 centimeters of water level monitoring, with LED display and digital display of water level, and this can no longer Within the scope of a water level alarm. Mainly CD4066, 74LS86, 74LS32, CD4511 Chips, coupled with digital control, buzzer, light-emitting diode, the resistance of these devices composed of a simple and sensitive monitoring alarm circuits. Because the majority of circuits using digital circuitry, so the water level monitored alarm system also has low energy consumption, high accuracy of the characteristics. Keyword: Decoding circuit alarm circuit monitoring circuit

    標簽: 水位 監(jiān)測報警 系統(tǒng)原理

    上傳時間: 2013-11-05

    上傳用戶:王慶才

主站蜘蛛池模板: 扶沟县| 广水市| 五原县| 无极县| 临沭县| 武山县| 和政县| 会同县| 阳谷县| 化隆| 上林县| 类乌齐县| 潍坊市| 黎平县| 吉林市| 寻乌县| 若尔盖县| 耒阳市| 瑞丽市| 鲁甸县| 禄劝| 三江| 会东县| 岱山县| 兴化市| 外汇| 榆社县| 那曲县| 浮梁县| 昌吉市| 新宾| 长丰县| 东城区| 永川市| 大同市| 长沙市| 大方县| 湟中县| 南投市| 客服| 二手房|