亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧美一区二区三区四区高清| 免费观看久久久4p| 国产一区二区三区久久久久久久久| 麻豆精品传媒视频| 欧美精品日韩| 国产精品免费网站| 亚洲国产精品欧美一二99| 99re66热这里只有精品3直播| 日韩一级不卡| 久久亚洲电影| 国产精品一区二区欧美| 亚洲国产乱码最新视频| 亚洲欧美日本国产有色| 欧美激情小视频| 黄色小说综合网站| 亚洲欧美成人精品| 蜜臀久久久99精品久久久久久 | 看欧美日韩国产| 欧美高清视频| 国产日韩欧美一区二区| 一区二区三区国产精品| 久久综合99re88久久爱| 国内成+人亚洲| 欧美综合国产| 国内精品模特av私拍在线观看| 亚洲影院免费观看| 国产日韩在线不卡| 久久精品国产99国产精品| 国产一区在线视频| 浪潮色综合久久天堂| 一本高清dvd不卡在线观看| 午夜精品免费视频| 欧美激情综合色综合啪啪| 亚洲黄色在线视频| 欧美日韩亚洲在线| 亚洲一区二区三区午夜| 国产精品99一区二区| 亚洲一区二区三区成人在线视频精品| 欧美日韩爆操| 久久精品免费播放| 亚洲精品一级| 国产精品资源| 久热精品视频在线| 亚洲少妇最新在线视频| 国产日韩精品视频一区二区三区| 久久久国产精品一区| 亚洲精品视频一区| 国产一区二区三区四区五区美女| 欧美有码在线视频| 亚洲国产欧美精品| 国产精品成人在线观看| 久久精品视频在线免费观看| 亚洲三级影院| 韩国女主播一区| 国产精品你懂得| 欧美精品九九| 欧美黑人多人双交| 欧美在线亚洲一区| 一区二区三区久久网| 尤物yw午夜国产精品视频明星| 欧美日韩精品欧美日韩精品一| 久久精品日韩| 欧美在线综合| 欧美一区二区三区四区在线| 一区二区三区www| 亚洲精品乱码久久久久久黑人 | 国产精品美女久久福利网站| 久久婷婷成人综合色| 欧美在线日韩| 久久久久久久久久久一区| 亚洲欧美大片| 亚洲一区二区三区在线视频| 亚洲国产精品久久久久婷婷老年| 国产乱肥老妇国产一区二 | 国产一区二区日韩精品| 欧美日韩国产综合视频在线| 午夜精品999| 午夜亚洲福利| 久久久亚洲高清| 国产精品成人播放| 国产精品亚洲产品| 国产一区二区中文字幕免费看| 国产一区二区三区在线观看视频| 国产又爽又黄的激情精品视频| 黄色成人在线| 亚洲美女尤物影院| 欧美一区二区三区日韩| 欧美aⅴ一区二区三区视频| 欧美日韩综合视频网址| 亚洲精品在线观看免费| 久久精品在线观看| 欧美日韩视频专区在线播放 | 久久精品二区| 免费观看一区| 国产欧美一区二区视频| 日韩视频中文| 久久免费精品视频| 欧美三区在线视频| 极品日韩av| 久久久97精品| 韩国美女久久| 久久国产色av| 黄色在线一区| 欧美www视频| 国内成+人亚洲+欧美+综合在线| 亚洲国产美女精品久久久久∴| 性欧美超级视频| 国产一区二区久久精品| 亚洲综合好骚| 国产日韩欧美一区| 国产有码一区二区| 亚洲欧美偷拍卡通变态| 性伦欧美刺激片在线观看| 美女视频黄 久久| 免费在线欧美黄色| 欧美日韩国产成人在线免费 | 亚洲高清视频一区二区| 在线观看欧美亚洲| 日韩视频免费观看| 久久香蕉精品| 欧美日韩国产一区二区三区| 久久综合国产精品| 国产精品sm| 一本色道久久99精品综合| 欧美国产亚洲视频| 一本色道久久综合| 欧美日韩在线视频一区| 亚洲国产一区二区三区在线播 | 欧美激情精品久久久久久免费印度 | 久久99伊人| 国产精品日韩欧美| 亚洲一区三区视频在线观看| 国产精品亚洲网站| 蜜乳av另类精品一区二区| 亚洲第一二三四五区| 欧美激情一区二区三区| 在线视频精品| 好吊日精品视频| 久久蜜桃资源一区二区老牛| 99re6这里只有精品视频在线观看| 欧美日韩在线视频一区| 欧美一区二区三区免费在线看| 国产香蕉97碰碰久久人人| 性色av一区二区怡红| 一本久道久久综合狠狠爱| 国产欧美日韩综合精品二区| 久久久久久久尹人综合网亚洲| 午夜久久久久久久久久一区二区| 国产精品一区在线观看| 久久这里有精品视频| 国产精品99久久久久久久久久久久| 国产精品日韩一区| 欧美日韩一二三区| 欧美国产欧美亚洲国产日韩mv天天看完整 | 亚洲美女淫视频| 国产亚洲毛片| 国产精品系列在线播放| 欧美日韩在线综合| 欧美午夜剧场| 欧美激情精品久久久久久| 免费在线成人av| 久久久久久婷| 一区二区三区高清不卡| 一区二区三区高清在线观看| 在线欧美影院| 在线 亚洲欧美在线综合一区| 黄色一区二区在线| 99在线精品视频在线观看| 日韩午夜在线视频| 一本大道久久a久久综合婷婷| 1024国产精品| 亚洲日本激情| 久久久久久久久岛国免费| 久久精品国产亚洲5555| 久久成人一区二区| 狂野欧美激情性xxxx| 欧美日韩一区二区三区四区在线观看| 欧美黄色免费| 国产裸体写真av一区二区| 午夜伦理片一区| 国产精品视频专区| 亚洲欧美变态国产另类| 国产精品美女www爽爽爽视频| 久久综合九色综合久99| 欧美日本一区二区视频在线观看| 国产欧美日韩三区| 亚洲电影在线观看| 亚洲午夜国产成人av电影男同| 亚洲午夜一级| 欧美高清在线视频| 国产又爽又黄的激情精品视频| 亚洲国产精品电影| 亚洲永久精品国产| 老司机67194精品线观看| 欧美日韩亚洲一区二区| 国产精品国产三级国产a| 在线观看视频一区| 欧美亚洲免费在线| 韩日精品在线| 欧美主播一区二区三区|