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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

note

  • 對(duì)帶有uPSD3234A的DK3200的USB演示

    The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 Microcontroller Core. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementation of the USB hardware directly on the chip, complying with the Universal Serial Bus Specification, Revision 1.1.This application note describes a demonstration program that has been written for the DK3200 hardware demonstration kit (incorporating a μPSD3234A device). It gives the user an idea of how simple it is to work with the device, using the HID class as a ready-made device driver for the USB connection.

    標(biāo)簽: 3234A uPSD 3234 3200

    上傳時(shí)間: 2014-04-03

    上傳用戶:lizhizheng88

  • 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.

    標(biāo)簽: Exter easy work with

    上傳時(shí)間: 2013-10-27

    上傳用戶:zhangyigenius

  • P90CL301 I2C driver routines

    This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-master system application.For specific applications the user will have to make minimal changes in the driver program. Using the drivermeans linking modules to your application software and including a header-file into the application sourceprograms. A small example program of how to use the driver is listed.The driver supports i.a. polled or interrupt driven message handling, slave message transfers and multi-mastersystem applications. Furthermore, it is made suitable for use in conjunction with real time operating systems, likepSOS+.

    標(biāo)簽: routines driver P90 301

    上傳時(shí)間: 2013-11-23

    上傳用戶:weixiao99

  • 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.

    標(biāo)簽: Signal Input Fall Rise

    上傳時(shí)間: 2013-10-23

    上傳用戶:copu

  • 介紹C16x系列微控制器的輸入信號(hào)升降時(shí)序圖及特性

    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.

    標(biāo)簽: C16x 微控制器 輸入信號(hào) 時(shí)序圖

    上傳時(shí)間: 2014-04-02

    上傳用戶:han_zh

  • XA-S3 I2C driver software

    This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All together it offers the user a quick start in writing a complete I2C system applicationwith the PXAS3x.The driver routines support interrupt driven single master transfers. Furthermore, the routines are suitable foruse in conjunction with real time operating systems.

    標(biāo)簽: software driver XA-S I2C

    上傳時(shí)間: 2013-11-02

    上傳用戶:zw380105939

  • Reading and Writing iButtons v

    Abstract: This application note explains the hardware of different types of 1-Wire® interfaces and software examples adapted to this hardware with a focus on serial ports. Depending on the types of iButtons required for a project and the type of computer to be used, the most economical interface is easily found. The hardware examples shown are basically two different types: 5V general interface and 12V RS-232 interface. Within the 5V group a common printed circuit board could be used for all circuits described. The variations can be achieved by different populations of components. The same principal is used for the 12V RS-232 interface. The population determines if it is a Read all or a Read/Write all type of interface. There are other possible circuit implementations to create a 1-Wire interface. The circuits described in this application note cover many different configurations. For a custom application, one of the described options can be adapted to meet individual needs.

    標(biāo)簽: iButtons Reading Writing and

    上傳時(shí)間: 2013-10-29

    上傳用戶:long14578

  • I2C slave routines for the 87L

    The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and description of the bussupport hardware in the 87LPC76X microcontrollers appears inapplication note AN464, Using the 87LPC76X Microcontroller as anI2C Bus Master. That application note includes a programmingexample, demonstrating a bus-master code. Here we show anexample of programming the microcontroller as an I2C slave.The code listing demonstrates communications routines for the87LPC76X as a slave on the I2C bus. It compliments the program inAN464 which demonstrates the 87LPC76X as an I2C bus master.One may demonstrate two 87LPC76X devices communicating witheach other on the I2C bus, using the AN464 code in one, and theprogram presented here in the other. The examples presented hereand in AN464 allow the 87LPC76X to be either a master or a slave,but not both. Switching between master and slave roles in amultimaster environment is described in application note AN435.The software for a slave on the bus is relatively simple, as theprocessor plays a relatively passive role. It does not initiate bustransfers on its own, but responds to a master initiating thecommunications. This is true whether the slave receives or transmitsdata—transmission takes place only as a response to a busmaster’s request. The slave does not have to worry about arbitrationor about devices which do not acknowledge their address. As theslave is not supposed to take control of the bus, we do not demandit to resolve bus exceptions or “hangups”. If the bus becomesinactive the processor simply withdraws, not interfering with themaster (or masters) on the bus which should (hopefully) try toresolve the situation.

    標(biāo)簽: routines slave I2C 87L

    上傳時(shí)間: 2013-11-19

    上傳用戶:shirleyYim

  • MPC7400 Part Number Speci&THOR

    MPC7400 Part Number SpeciÞcationThis document describes part number speciÞc changes to recommended operating conditions and revised electrical speciÞcations,as applicable, from those described in the generalMPC7400 Hardware SpeciÞcations.SpeciÞcations provided in this Part Number SpeciÞcation supersede those in theMPC7400 Hardware SpeciÞcationsdated 9/99(order #: MPC7400EC/D) for these part numbers only; speciÞcations not addressed herein are unchanged. This document isfrequently updated, refer to the website at http://www.mot.com/SPS/PowerPC/ for the latest version.note that headings and table numbers in this data sheet are not consecutively numbered. They are intended to correspond to theheading or table affected in the general hardware speciÞcation.

    標(biāo)簽: Number Speci 7400 Part

    上傳時(shí)間: 2014-12-28

    上傳用戶:huyahui

  • 87LPC76X的IIC從程序

    Presents short and simple I2C software routines that support onlyslave (rather than master or master & slave) operation and an ASMdemonstration program. The slave-only software in this app notecomplements the master mode software presented in AN464, Usingthe 87LPC76X microcontroller as an I2C bus master.

    標(biāo)簽: 76X LPC IIC 87

    上傳時(shí)間: 2013-11-22

    上傳用戶:1039312764

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线成人免费视频| 国产精品爱啪在线线免费观看| 亚洲第一中文字幕在线观看| 亚洲欧美日韩一区二区三区在线观看| 欧美精品免费播放| 亚洲亚洲精品三区日韩精品在线视频| 国产精品地址| 裸体女人亚洲精品一区| 国产精品亚洲综合一区在线观看| 亚洲一区二区三区在线观看视频| 国产日韩一区欧美| 你懂的网址国产 欧美| 一区二区免费在线观看| 国产精品入口日韩视频大尺度| 久久av免费一区| 亚洲精品国产精品国自产观看浪潮| 欧美日韩国产小视频| 性欧美8khd高清极品| 亚洲高清在线观看| 欧美视频一区二区三区在线观看| 午夜激情综合网| 亚洲人体1000| 国产精品入口| 欧美日韩在线观看一区二区三区 | 久久久一区二区三区| 亚洲精品黄网在线观看| 国产精品永久免费| 亚洲一区免费在线观看| 国产亚洲制服色| 欧美人与性动交α欧美精品济南到 | 欧美日韩黄视频| 欧美一区二区三区视频在线观看| 欧美色大人视频| 久久九九国产| 亚洲尤物影院| 日韩视频一区二区三区在线播放免费观看| 国产精品毛片高清在线完整版| 久久久噜噜噜久久狠狠50岁| 亚洲永久免费观看| 亚洲激情国产| 香蕉成人啪国产精品视频综合网| 亚洲大胆美女视频| 国产日韩精品入口| 性欧美8khd高清极品| 国产精品久久久久久久久搜平片 | 国产精品麻豆欧美日韩ww| 女人色偷偷aa久久天堂| 亚洲国产小视频| 国内精品视频666| 国产精品视频网站| 欧美视频观看一区| 欧美三级日韩三级国产三级| 欧美99在线视频观看| 麻豆精品网站| 免费在线观看精品| 久久婷婷麻豆| 亚洲精品网址在线观看| 国产综合亚洲精品一区二| 欧美一区二区三区在线观看视频| 国产精品99久久久久久白浆小说| 亚洲精品一区二区三区四区高清 | 欧美午夜激情在线| 欧美黄色免费| 欧美日韩国产首页在线观看| 欧美+亚洲+精品+三区| 另类激情亚洲| 欧美成人免费视频| 欧美精品观看| 免费观看久久久4p| 欧美成人久久| 欧美日韩不卡在线| 欧美三级在线播放| 国产精品视频午夜| 国产精品美女久久| 国产手机视频精品| 国精品一区二区三区| 玖玖综合伊人| 欧美精品在线免费观看| 久久久人成影片一区二区三区| 欧美诱惑福利视频| 久久综合999| 欧美激情精品久久久久久蜜臀| 欧美激情综合五月色丁香| 欧美激情免费观看| 国产精品成人va在线观看| 欧美手机在线| 国产精品久久9| 激情另类综合| 国产丝袜一区二区| 国产一区二区三区不卡在线观看| 韩国成人精品a∨在线观看| 国产一本一道久久香蕉| 伊人久久大香线蕉综合热线| 亚洲国产精品一区二区www在线| 日韩一级黄色片| 国内精品视频在线观看| 欧美日韩一区二区三区| 国产精品视频网站| 亚洲国产成人精品女人久久久 | 亚洲欧洲一区| 国产精品日韩欧美一区二区| 国产亚洲精品久久久久婷婷瑜伽| 国产一区成人| 亚洲精品女人| 久久精品国产2020观看福利| 欧美国产日韩一区| 国产一区二区精品久久| 最新日韩在线| 亚洲无亚洲人成网站77777 | 亚洲欧美成人一区二区三区| 性亚洲最疯狂xxxx高清| 欧美高清一区| 黄色工厂这里只有精品| 亚洲视频在线二区| 老司机精品久久| 国产精品福利片| 一区二区日韩伦理片| 久久久久国产成人精品亚洲午夜| 欧美日本二区| 亚洲高清不卡| 国产精品嫩草影院av蜜臀| 在线成人欧美| 亚洲欧美中文日韩在线| 欧美精品99| 在线欧美福利| 午夜一区在线| 国产精品久久久爽爽爽麻豆色哟哟| 亚洲国产日韩一区| 久久爱www久久做| 国产精品三级视频| 在线视频亚洲| 欧美日韩国产经典色站一区二区三区| 精品成人在线| 亚洲欧美国产视频| 欧美特黄a级高清免费大片a级| 亚洲国产美女精品久久久久∴| 久久久久久高潮国产精品视| 国产精品看片你懂得| 亚洲天堂av电影| 国产精品成人在线| 亚洲私人影院| 欧美日产国产成人免费图片| 亚洲精品久久久久久久久久久| 免费在线亚洲| 亚洲精品免费在线观看| 久久精品水蜜桃av综合天堂| 国产一区二区三区在线观看视频 | 欧美激情1区| 亚洲欧洲在线观看| 欧美a级一区二区| 亚洲精品一二| 欧美日韩在线免费| 亚洲综合精品一区二区| 国产欧美日韩一区二区三区在线观看 | 日韩特黄影片| 欧美午夜精品理论片a级大开眼界| 在线视频你懂得一区| 欧美性大战久久久久| 亚洲女同性videos| 国外成人免费视频| 欧美福利视频在线| 亚洲网友自拍| 国产一区二区你懂的| 国产欧美精品在线观看| 午夜日韩av| 影音先锋亚洲电影| 欧美精品二区| 欧美一级视频免费在线观看| 国产综合在线看| 欧美另类视频| 欧美在线一区二区三区| 亚洲国产天堂久久综合| 欧美偷拍另类| 麻豆av一区二区三区久久| 99视频国产精品免费观看| 国产欧美在线视频| 欧美精品999| 欧美在线一区二区| 亚洲免费不卡| 国产在线视频欧美| 欧美日韩国产成人在线91| 欧美一区二区日韩一区二区| 亚洲国产精品成人va在线观看| 国产精品一卡二卡| 欧美巨乳在线| 久久三级福利| 国内精品久久久久久影视8| 免费亚洲婷婷| 新狼窝色av性久久久久久| 亚洲国产精品久久久久婷婷老年 | 性做久久久久久免费观看欧美| 亚洲黄色免费电影| 国产欧美韩国高清| 欧美日韩伊人| 欧美激情一区二区三区成人| 香蕉久久一区二区不卡无毒影院 | 亚洲免费高清视频| 激情视频一区二区| 国产女主播视频一区二区| 欧美日韩一级大片网址|