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

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

WELL-established

  • MPLAB C30用戶指南(英文)

    MPLAB C30用戶指南(英文) HIGHLIGHTSThe information covered in this chapter is as follows:• About this Guide• Recommended Reading• Troubleshooting• The Microchip Web Site• Development Systems Customer Notification Service• Customer Support Document LayoutThe document layout is as follows:• Chapter 1: Compiler Overview – describes MPLAB C30, development tools andfeature set.• Chapter 2: Differences between MPLAB C30 and ANSI C – describes thedifferences between the C language supported by MPLAB C30 syntax and thestandard ANSI-89 C.• Chapter 3: Using MPLAB C30 – describes how to use the MPLAB C30 compilerfrom the command line.• Chapter 4: MPLAB C30 Runtime Environment – describes the MPLAB C30runtime model, including information on sections, initialization, memory models, thesoftware stack and much more.• Chapter 5: Data Types – describes MPLAB C30 integer, floating point and pointerdata types.• Chapter 6: Device Support Files – describes the MPLAB C30 header and registerdefinition files, as well as how to use with SFR’s.• Chapter 7: Interrupts – describes how to use interrupts.• Chapter 8: Mixing Assembly Language and C Modules – provides guidelines tousing MPLAB C30 with MPLAB ASM30 assembly language modules.

    標簽: MPLAB C30 用戶 英文

    上傳時間: 2013-10-21

    上傳用戶:13925096126

  • CAT25128-128Kb的SPI串行CMOS EEPRO

    The CAT25128 is a 128−Kb Serial CMOS EEPROM device internally organized as 16Kx8 bits. This features a 64−byte page write buffer and supports the Serial Peripheral Interface (SPI) protocol. The device is enabled through a Chip Select (CS) input. In addition, the required bus signals are clock input (SCK), data input (SI) and data output (SO) lines. The HOLD input may be used to pause any serial communication with the CAT25128 device. The device featuressoftware and hardware write protection, including partial as well as full array protection.

    標簽: 25128 EEPRO CMOS CAT

    上傳時間: 2013-11-15

    上傳用戶:fklinran

  • 單片機在健身車轉速測量中的應用

    本文介紹了一種基于單片機的健身車轉速測量系統。該系統具有電路簡單、使用方便等特點。文中詳細介紹了該系統的工作原理,并且給出了它的硬件原理圖和軟件設計程序框圖。關鍵詞:轉速 單片機 測量ABSTRACT :This paper introduces a measuring system of the rotational velocity of exercise bike based on single - chip microcomputer . It has such advantages : simple circuit ,convenient use and so on. The work principle is presented in detail in this paper and the block diagram of hardware and program flow chart are giv2 en as well .KEYWORDS :Rotational velocity  Single - chip microcomputer  Measuring

    標簽: 單片機 中的應用 轉速測量

    上傳時間: 2013-11-02

    上傳用戶:源弋弋

  • An easy way to work with Exter

    Internal Interrupts are used to respond to asynchronous requests from a certain part of themicrocontroller that needs to be serviced. Each peripheral in the TriCore as well as theBus Control Unit, the Debug Unit, the Peripheral Control Processor (PCP) and the CPUitself can generate an Interrupt Request.So what is an external Interrupt?An external Interrupt is something alike as the internal Interrupt. The difference is that anexternal Interrupt request is caused by an external event. Normally this would be a pulseon Port0 or Port1, but it can be even a signal from the input buffer of the SSC, indicatingthat a service is requested.The User’s Manual does not explain this aspect in detail so this ApNote will explain themost common form of an external Interrupt request. This ApNote will show that there is aneasy way to react on a pulse on Port0 or Port1 and to create with this impulse an InterruptService Request. Later in the second part of the document, you can find hints on how todebounce impulses to enable the use of a simple switch as the input device.Note: You will find additional information on how to setup the Interrupt System in theApNote “First steps through the TriCore Interrupt System” (AP3222xx)1. It would gobeyond the scope of this document to explain this here, but you will find selfexplanatoryexamples later on.

    標簽: Exter easy work with

    上傳時間: 2013-10-27

    上傳用戶:zhangyigenius

  • Input Signal Rise and Fall Tim

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input signals, which do not provide the required rise/fall times, external circuitry mustbe used to shape the signal transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputsignal transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the signal clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.

    標簽: Signal Input Fall Rise

    上傳時間: 2013-10-23

    上傳用戶:copu

  • P90CL301 IIC驅動電路的例行測試及其程序

    The P90CL301 is a highly integrated 16/32 bit micro-controller especially suitable for applications requiring lowvoltage and low power consumption. It is fully software compatible with the 68000. Furthermore, it provides bothstandard as well as advanced peripheral functions on-chip.One of these peripheral functions is the I2C bus. This report describes worked-out driver software (written in C) toprogram the P90CL301 I2C interface. It also contains interface software routines offering the user a quick start inwriting a complete I2C system application.

    標簽: P90 301 IIC 90

    上傳時間: 2014-01-06

    上傳用戶:氣溫達上千萬的

  • 介紹C16x系列微控制器的輸入信號升降時序圖及特性

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.

    標簽: C16x 微控制器 輸入信號 時序圖

    上傳時間: 2014-04-02

    上傳用戶:han_zh

  • 87C576微控制器的在線編程

    The 87C576 includes two separate methods of programming theEPROM array, the traditional modified Quick-Pulse method, and anew On-Board Programming technique (OBP).Quick Pulse programming is a method using a number of devicepins in parallel (see Figure 1) and is the traditional way in which87C51 family members have been programmed. The Quick-Pulsemethod supports the following programming functions:– program USER EPROM– verify USER EPROM– program KEY EPROM– program security bits– verify security bits– read signature bytesThe Quick-Pulse method is quite easily suited to standardprogramming equipment as evidenced by the numerous vendors of87C51 compatible programmers on the market today. Onedisadvantage is that this method is not well suited to programming inthe embedded application because of the large number of signallines that must be isolated from the application. In addition, parallelsignals from a programmer would need to be cabled to theapplication’s circuit board, or the application circuit board wouldneed to have logic built-in to perform the programming functions.These requirements have generally made in-circuit programmingusing the modified Quick Pulse method impractical in almost all87C51 family applications.

    標簽: 87C576 微控制器 編程

    上傳時間: 2013-10-21

    上傳用戶:xiaozhiqban

  • CAN與RS232轉換節點的設計與實現

    CAN與RS232轉換節點的設計與實現 介紹將CAN總線接口與RS232總線接口相互轉換的設計方法和2種總線電平轉換關系,實現CAN總線與各模塊的接口設計,制定了相應的軟硬件設計方案,并給出軟件設計流程圖以及部分硬件設計原理圖。為CAN總線與RS232總線互聯提供了一種方法,對CAN總線與RS232總線接口設備的互聯和廣泛應用的實現具有重要意義。關鍵詞:CAN總線;RS-232總線;串行通信Design and Realization of CAN and RS232 Transformation NodeZHOU Wei, CHENG Xiao-hong(Information Institute, Wuhan University of Technology, Wuhan 430070)【Abstract】This paper introduces one design method of the CAN bus interface and the RS232 bus interface interconversion, emphasizes two kindof bus level transformation relations, realizes the CAN bus and various modules connection design, formulates the design proposal of correspondingsoftware and hardware, and gives the flow chart of software design as well as the partial schematic diagram of hardware design. It providesonemethod for the CAN bus and the RS232 bus interconnection, has the vital significance to widespread application realization of the CAN busand theRS232 bus interface equipment interconnection.【Key words】CAN bus; RS-232 bus; serial communication

    標簽: CAN 232 RS 轉換

    上傳時間: 2013-11-04

    上傳用戶:leesuper

  • PL2303 USB to Serial Adapter

    The PL2303 USB to Serial adapter is your smart and convenient accessory forconnecting RS-232 serial devices to your USB-equipped Windows host computer. Itprovides a bridge connection with a standard DB 9-pin male serial port connector inone end and a standard Type-A USB plug connector on the other end. You simplyattach the serial device onto the serial port of the cable and plug the USB connectorinto your PC USB port. It allows a simple and easy way of adding serial connectionsto your PC without having to go thru inserting a serial card and traditional portconfiguration.This USB to Serial adapter is ideal for connecting modems, cellular phones, PDAs,digital cameras, card readers and other serial devices to your computer. It providesserial connections up to 1Mbps of data transfer rate. And since USB does not requireany IRQ resource, more devices can be attached to the system without the previoushassles of device and resource conflicts.Finally, the PL-2303 USB to Serial adapter is a fully USB Specification compliantdevice and therefore supports advanced power management such as suspend andresume operations as well as remote wakeup. The PL-2303 USB Serial cable adapteris designed to work on all Windows operating systems.

    標簽: Adapter Serial 2303 USB

    上傳時間: 2013-11-01

    上傳用戶:ghostparker

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
老鸭窝亚洲一区二区三区| 亚洲理论在线| 欧美激情一区二区三区在线视频观看| 久久天天综合| 欧美刺激性大交免费视频 | 国产欧美一区二区精品婷婷| 好吊成人免视频| 亚洲午夜精品久久久久久浪潮| 久久国产精品99久久久久久老狼| 欧美久久久久免费| 亚洲第一天堂av| 欧美一区视频| 国产精品久久久久999| 影音先锋中文字幕一区| 亚洲欧美另类久久久精品2019| 欧美成人精品福利| 国模精品一区二区三区| 亚洲欧美日韩在线一区| 欧美日本精品一区二区三区| 亚洲激情国产精品| 免费成人av| 亚洲国产精品女人久久久| 久久午夜av| 狠狠网亚洲精品| 性亚洲最疯狂xxxx高清| 国产精品mm| 亚洲最新视频在线| 欧美日韩精品二区| 亚洲久久成人| 欧美色偷偷大香| 亚洲视频精品| 国产精品久久久久av免费| 亚洲午夜伦理| 国产九九视频一区二区三区| 午夜精品福利在线观看| 国产精品亚洲综合天堂夜夜| 亚洲欧美日韩国产一区二区三区 | 久久躁狠狠躁夜夜爽| 国产精品v日韩精品| 亚洲午夜精品福利| 国产精品国产三级国产aⅴ9色| 一本久久综合亚洲鲁鲁| 欧美视频日韩| 亚洲免费在线播放| 国产在线视频欧美一区二区三区| 久久成人免费网| 在线精品国精品国产尤物884a| 久久综合九色综合欧美就去吻| 亚洲丁香婷深爱综合| 欧美久久久久久久久久| 亚洲一区二区三区四区五区黄| 国产欧美日韩视频一区二区| 久久亚洲私人国产精品va| 亚洲国产日韩欧美一区二区三区| 欧美精品一区二区三区四区| 亚洲午夜电影在线观看| 国产日韩精品一区二区三区| 久久男人av资源网站| 亚洲美女视频在线观看| 国产女主播一区二区三区| 麻豆国产精品777777在线| 亚洲伦理在线观看| 国产精品久久久久天堂| 久久久久久综合网天天| 欧美一区二区观看视频| 亚洲天堂成人| 国产精品高清网站| 韩国一区电影| 欧美日韩国产丝袜另类| 欧美综合二区| 日韩亚洲一区二区| 国产伦精品一区二区三| 欧美精品色综合| 久久久综合免费视频| 亚洲性夜色噜噜噜7777| 亚洲国产午夜| 一色屋精品视频在线观看网站| 国产精品高潮在线| 欧美激情中文不卡| 蜜桃av一区| 久久经典综合| 午夜亚洲福利| 中文日韩在线| 亚洲精品久久久一区二区三区| 国产女主播一区二区三区| 欧美精品久久一区二区| 久久蜜桃香蕉精品一区二区三区| 在线亚洲高清视频| 亚洲人体一区| 一色屋精品视频免费看| 国产亚洲aⅴaaaaaa毛片| 国产精品久久久久久av下载红粉 | 亚洲夜间福利| 亚洲精品一区二区网址| 亚洲激情图片小说视频| 亚洲高清一区二区三区| 18成人免费观看视频| 亚洲电影第三页| 最新69国产成人精品视频免费| 狠狠色噜噜狠狠色综合久| 国产一区免费视频| 国产一区深夜福利| 国产日韩欧美综合在线| 国产精品美女久久久久久久| 欧美视频成人| 国产精品亚洲综合天堂夜夜| 国产精品热久久久久夜色精品三区| 欧美77777| 欧美成人午夜剧场免费观看| 欧美成人精品一区| 欧美激情精品久久久久久大尺度| 美女性感视频久久久| 久久伊人一区二区| 免费不卡欧美自拍视频| 欧美freesex交免费视频| 欧美v日韩v国产v| 欧美精品日韩精品| 欧美日韩在线精品一区二区三区| 欧美伦理在线观看| 国产精品毛片大码女人| 国产一区二区黄| 亚洲国产日韩精品| 亚洲人成人一区二区三区| 日韩午夜免费视频| 亚洲欧美国产一区二区三区| 欧美伊人精品成人久久综合97| 欧美在线观看你懂的| 久热这里只精品99re8久| 欧美精品自拍| 国产欧美日韩专区发布| 韩日欧美一区二区三区| 亚洲精品乱码久久久久久日本蜜臀 | 亚洲一级高清| 久久xxxx| 欧美成人免费全部| 欧美日韩视频免费播放| 国产精品制服诱惑| 亚洲二区在线视频| av不卡在线看| 国产一区二区你懂的| 亚洲韩国日本中文字幕| 在线一区二区三区四区五区| 欧美一区二区三区在线播放| 欧美韩日一区二区三区| 国产午夜精品久久久久久免费视| 亚洲欧洲一区| 久久久久国产精品一区二区| 欧美调教vk| 亚洲国产精品电影| 欧美在线播放视频| 欧美视频在线免费| 最新中文字幕亚洲| 久久三级福利| 国产欧美一区二区三区在线看蜜臀| 亚洲日韩欧美视频| 久久久www| 国产精品成人一区二区网站软件| 精品成人久久| 欧美一区二区视频免费观看| 欧美日韩一本到| 亚洲精品乱码久久久久久黑人| 久久精品一二三| 国产精品老女人精品视频| 亚洲日本一区二区| 久久影视精品| 国产午夜精品美女视频明星a级 | 欧美日韩亚洲一区二区三区在线观看 | 亚洲高清视频一区| 亚洲欧美一区二区三区极速播放| 欧美经典一区二区三区| 在线观看三级视频欧美| 午夜精品偷拍| 国产精品久久中文| 一区二区久久久久| 欧美成人精品高清在线播放| 黄色成人在线观看| 久久亚洲精品伦理| 精品二区久久| 久久久久一区二区三区| 国产欧美精品日韩区二区麻豆天美| 一区二区欧美国产| 欧美日韩精品欧美日韩精品一 | 欧美尤物一区| 国产欧美日韩伦理| 欧美亚洲综合另类| 国产一区在线看| 久久久青草婷婷精品综合日韩| 国产农村妇女毛片精品久久莱园子| 亚洲午夜在线| 国产精品女人毛片| 亚洲专区一区二区三区| 欧美特黄一区| 国产精品视频精品| 午夜精品久久久久久久99热浪潮| 欧美午夜电影网| 欧美在线亚洲一区| 黄色成人av网站| 欧美国产综合视频| 国产三级欧美三级日产三级99| 卡一卡二国产精品|