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

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

rock-Chips

  • Technical Manual For Chips Multilayer Antenna Matching Adjustment Method LDA31 series

    Technical Manual For Chips Multilayer Antenna Matching Adjustment Method LDA31 series

    標簽: Adjustment Multilayer Technical Matching

    上傳時間: 2016-12-19

    上傳用戶:縹緲

  • QNX ADS BSP code for i.MX27 chips

    QNX ADS BSP code for i.MX27 chips

    標簽: chips code QNX ADS

    上傳時間: 2017-01-26

    上傳用戶:wangchong

  • a examaple of the common used way in testing chips with its description in PDF

    a examaple of the common used way in testing chips with its description in PDF

    標簽: description examaple testing common

    上傳時間: 2017-03-09

    上傳用戶:阿四AIR

  • Radio Frequency IDentification 飩?Tiny computer chips 飩?Passively Powered

    Radio Frequency IDentification 飩?Tiny computer chips 飩?Passively Powered

    標簽: IDentification Frequency Passively computer

    上傳時間: 2013-12-23

    上傳用戶:WMC_geophy

  • 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系列單片機電路板設計指南

    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串口通訊設計

    為解決當前計算機串行通訊接口只有USB,難以滿足舊型號設備或某些單片機要求RS232通訊的問題,設計出兩款RS232/USB電路。采用CH341A與MAX223集成電路芯片構建標準9線RS232/USB通用接口轉換器,無需編程。采用CH341A與PIC16F877A構建單片機與計算機之間的USB通訊電路,軟件遵循RS232通訊協議,硬件進行電平轉換。實際使用表明,這兩款產品與計算機端Windows 操作系統下的串口應用程序完全兼容,且通訊過程中無握手失敗現象。 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口的片外數據存儲器擴展

    單片機作為一種微型計算機,其內部具有一定的存儲單元(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

主站蜘蛛池模板: 大余县| 故城县| 隆安县| 玉溪市| 湘潭市| 中山市| 彰化县| 宝坻区| 嘉峪关市| 太谷县| 石阡县| 安仁县| 千阳县| 札达县| 永清县| 聊城市| 合川市| 文化| 潜山县| 阳江市| 易门县| 西青区| 和林格尔县| 通州市| 华容县| 安远县| 衢州市| 长汀县| 页游| 清新县| 台东市| 涟水县| 玉溪市| 宣恩县| 西丰县| 平安县| 甘肃省| 兴义市| 汉源县| 黔西| 伽师县|