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

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

MicroController

  • ADC Oversampling Techniques fo

    Luminary Micro provides an analog-to-digital converter (ADC) module on some members of theStellaris MicroController family. The hardware resolution of the ADC is 10 bits; however, due to noiseand other accuracy-diminishing factors, the true accuracy is less than 10 bits. This application noteprovides a software-based oversampling technique, resulting in an improved Effective Number OfBits (ENOB) in the conversion result. This document describes methods of oversampling an inputsignal, and the impact on precision and overall system performance.

    標簽: Oversampling Techniques ADC fo

    上傳時間: 2013-12-17

    上傳用戶:zhyiroy

  • 基于PIC單片機的脈沖電源

    基于PIC單片機的脈沖電源:設計了一種金屬凝固過程用脈沖電源。該電源采用PIC16F877作為主控芯片,實現對窄脈沖電流幅值的檢測,以及時電流脈沖幅值根據模糊PID算法進行閑環控制。使用結果表明:該電源的輸出脈沖波形良好,電流幅值穩定,滿足合金材料凝固過程的工藝要求且運行穩定可靠。關鍵詞:脈沖電源;PIC16F877單片機;模糊PID;閑環控制 Abstract:A kind of pulse power supply was designed which uses in the metal solidification process ..I11is power supply used PIC16F877 to take the master control chip reali on to the narrow pulse electric current peak-to-peak value examination,carried on the closed-loop control to the electric current pulse peak-to-peak value basis fuzzy PID algorithm.The use result indicated ,this power supply output se profile is good,and the electric current peak-to-p~k value is stable,It satisfies the alloy material solidification process the technological requirement and movement stable reliable,Key words:p se po wer supply;PIC16F877single-chip MicroController;f r PID;closed-loop control

    標簽: PIC 單片機 脈沖電源

    上傳時間: 2013-10-27

    上傳用戶:xcy122677

  • 基于單片機的除塵控制器的設計

    基于單片機的除塵控制器的設計:介紹通用控制儀的硬件組成和軟件設計,闡述了系統的性能指標和功能特點。該產品功能完善,可靠性高,具有很好的應用前景。關鍵詞: 除塵器;通用控制儀;單片機;系統設計 Abstract: The hardware structure and the software design are introduced in this paper, and the performance index and the features of the system are expounded. It has comp rehensive functions, high reliability and good app lication.Key words: dust catcher; universal controller; MicroController; system design

    標簽: 單片機 除塵 控制器

    上傳時間: 2013-11-16

    上傳用戶:ming52900

  • Emulating a synchronous serial

    The C500 MicroController family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using optimized SW routines with a performance up to 25KBaud in Slave Mode with half duplex transmission and an overhead less than 60% atSAB C513 with 12 MHz. Due to the implementation in C this performance is not the limitof the chip. A pure implementation in assembler will result in a strong reduction of theCPU load and therefore increase the maximum speed of the interface. In addition,MicroControllers like the SAB C505 will speed up the interface by a factor of two becauseof an optimized architecture compared with the SAB C513.Moreover, this solution lays stress on using as few on-chip hardware resources aspossible. A more excessive consumption of those resources will result in a highermaximum speed of the emulated interface.Due to the restricted performance of an 8 bit MicroController a pin compatible solution isprovided only; the internal register based programming interface is replaced by a set ofsubroutine calls.The attached source files also contain a test shell, which demonstrates how to exchangeinformation between an on-chip HW-SSC and the emulated SW-SSC via 5 external wiresin different operation modes. It is based on the SAB C513 (Siemens 8 bit MicroController).A table with load measurements is presented to give an indication for the fraction of CPUperformance required by software for emulating the SSC.

    標簽: synchronous Emulating serial

    上傳時間: 2014-01-31

    上傳用戶:z1191176801

  • USB Demonstration for DK3200 w

    The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 MicroControllerCore. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementationof the USB hardware directly on the chip, complying with the Universal Serial Bus Specification, Revision1.1.This application note describes a demonstration program that has been written for the DK3200 hardwaredemonstration kit (incorporating a μPSD3234A device). It gives the user an idea of how simple it is to workwith the device, using the HID class as a ready-made device driver for the USB connection.IN-APPLICATION-PROGRAMMING (IAP) AND IN-SYSTEM-PROGRAMMING (ISP)Since the μPSD contains two independent Flash memory arrays, the Micro Controller Unit (MCU) can executecode from one memory while erasing and programming the other. Product firmware updates in thefield can be reliably performed over any communication channel (such as CAN, Ethernet, UART, J1850)using this unique architecture. For In-Application-Programming (IAP), all code is updated through theMCU. The main advantage for the user is that the firmware can be updated remotely. The target applicationruns and takes care on its own program code and data memory.IAP is not the only method to program the firmware in μPSD devices. They can also be programmed usingIn-System-Programming (ISP). A IEEE1149.1-compliant JTAG interface is included on the μPSD. Withthis, the entire device can be rapidly programmed while soldered to the circuit board (Main Flash memory,Secondary Boot Flash memory, the PLD, and all configuration areas). This requires no MCU participation.The MCU is completely bypassed. So, the μPSD can be programmed or reprogrammed any time, anywhere, even when completely uncommitted.Both methods take place with the device in its normal hardware environment, soldered to a printed circuitboard. The IAP method cannot be used without previous use of ISP, because IAP utilizes a small amountof resident code to receive the service commands, and to perform the desired operations.

    標簽: Demonstration 3200 USB for

    上傳時間: 2014-02-27

    上傳用戶:zhangzhenyu

  • 對帶有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.

    標簽: 3234A uPSD 3234 3200

    上傳時間: 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.

    標簽: Exter easy work with

    上傳時間: 2013-10-27

    上傳用戶:zhangyigenius

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

    標簽: software driver XA-S I2C

    上傳時間: 2013-11-02

    上傳用戶:zw380105939

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

    標簽: routines slave I2C 87L

    上傳時間: 2013-11-19

    上傳用戶:shirleyYim

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

    標簽: 76X LPC IIC 87

    上傳時間: 2013-11-22

    上傳用戶:1039312764

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美午夜激情小视频| 亚洲欧美成人在线| 一区二区免费看| 欧美日韩不卡视频| 国产精品99久久久久久有的能看| 欧美区一区二| 亚洲欧美日韩成人| 国产真实久久| 欧美黄色免费| 亚洲午夜一级| 黄色另类av| 欧美日韩国产一区| 午夜精品久久一牛影视| 激情婷婷亚洲| 欧美肉体xxxx裸体137大胆| 性欧美大战久久久久久久久| 亚洲春色另类小说| 欧美色一级片| 久久久人人人| 在线视频你懂得一区二区三区| 国产精品视频网| 你懂的网址国产 欧美| 亚洲伊人伊色伊影伊综合网| 亚洲高清视频一区| 国产精品qvod| 欧美二区在线| 久久男女视频| 欧美呦呦网站| 99v久久综合狠狠综合久久| 国产亚洲美州欧州综合国| 欧美国产国产综合| 欧美影院精品一区| 在线综合+亚洲+欧美中文字幕| 亚洲成人在线视频播放| 国产伦理精品不卡| 欧美日韩成人综合| 免费亚洲电影| 久久精品九九| 香蕉久久夜色精品国产| 一区二区欧美在线| 亚洲精品乱码久久久久久久久| 红杏aⅴ成人免费视频| 国产麻豆91精品| 国产精品v日韩精品| 欧美另类综合| 欧美日韩国产91| 欧美日韩国产一区二区| 欧美精品二区三区四区免费看视频| 久久激情综合| 欧美在线视频全部完| 亚洲欧美综合网| 亚洲少妇一区| 亚洲一区二区三区涩| 中文成人激情娱乐网| 一区二区三区不卡视频在线观看 | 国产人成一区二区三区影院| 欧美看片网站| 欧美国产三级| 欧美日韩一区三区| 欧美日本韩国一区二区三区| 亚洲欧美日韩国产一区二区三区 | 香蕉久久国产| 中文一区二区在线观看| 亚洲三级色网| 在线视频日韩精品| 亚洲欧美美女| 欧美成人精品激情在线观看| 欧美午夜片欧美片在线观看| 午夜欧美视频| 国产精品成人观看视频国产奇米| 欧美sm视频| 欧美精品三级| 欧美日韩中文在线观看| 国产精品久久久久久久久婷婷 | 国产美女精品一区二区三区| 国产精品一区亚洲| 国产女人精品视频| 国内精品一区二区| 亚洲高清免费在线| 一本大道av伊人久久综合| 亚洲欧美日韩天堂一区二区| 久久久久女教师免费一区| 欧美国产视频在线| 国产精品久久久久久模特| 国产日韩欧美电影在线观看| 在线观看亚洲视频| 亚洲一级黄色| 免费国产自线拍一欧美视频| 欧美系列精品| 亚洲高清视频的网址| 亚洲欧美激情四射在线日 | 免费观看30秒视频久久| 欧美日韩高清免费| 国产一区二区中文| 99综合电影在线视频| 欧美在线在线| 欧美日韩亚洲视频一区| 国内成人精品视频| 9色porny自拍视频一区二区| 久久精品五月| 国产精品国产一区二区| 在线观看日韩欧美| 亚洲一级网站| 欧美激情国产日韩精品一区18| 国产精品久久久久永久免费观看| 国内久久精品视频| 欧美精品大片| 欧美ed2k| 欧美成人资源| 亚洲一区二区动漫| 1000精品久久久久久久久| 欧美伦理a级免费电影| 一本久道久久综合婷婷鲸鱼| 国产精品久久久久久影视| 久久综合九色九九| 亚洲亚洲精品在线观看| 亚洲人成网站999久久久综合| 免费观看亚洲视频大全| 国产精自产拍久久久久久| 亚洲激情av| 久久综合国产精品| 国产乱码精品一区二区三区五月婷| 亚洲理论在线| 欧美成人精品不卡视频在线观看| 国产精品系列在线播放| 亚洲私拍自拍| 欧美视频日韩视频在线观看| 亚洲精品一区二区三区99| 久久精品国产免费看久久精品| 国产酒店精品激情| 亚洲欧美精品在线观看| 国产精品久久9| 一区二区三区视频在线观看| 欧美经典一区二区| 亚洲国产中文字幕在线观看| 久久不射网站| 国内在线观看一区二区三区| 久久久久久久久伊人| 国产一区二区三区在线观看视频 | 亚洲午夜视频在线| 欧美精选午夜久久久乱码6080| 91久久夜色精品国产网站| 久久天堂精品| 亚洲成色777777女色窝| 欧美 日韩 国产精品免费观看| 在线精品国产欧美| 久久久青草青青国产亚洲免观| 在线播放日韩| 欧美成人亚洲成人| 亚洲美女视频| 国产精品久久久久久户外露出 | 欧美午夜视频在线观看| 日韩午夜电影| 欧美日韩国产在线播放| 亚洲网站在线| 国产情侣一区| 久久久久久亚洲精品杨幂换脸 | 女生裸体视频一区二区三区| 久久亚洲国产精品一区二区| 免费看精品久久片| 欧美精品一区二| 国产午夜精品一区理论片飘花 | 国产精品99久久99久久久二8| 欧美激情91| 在线视频亚洲| 国产精品夜夜嗨| 久久综合伊人| 一区二区三区日韩| 狠狠色丁香婷婷综合影院| 欧美激情综合色| 亚洲欧美日韩系列| 在线成人性视频| 欧美日韩一区免费| 久久精品一级爱片| 一区二区三区国产精品| 国产无一区二区| 欧美大片免费| 亚洲尤物在线视频观看| 伊人久久亚洲影院| 国产精品视频免费观看www| 麻豆精品91| 欧美专区在线观看| 99国产精品国产精品毛片| 国产色综合久久| 欧美欧美天天天天操| 久久国产综合精品| 一级日韩一区在线观看| 在线看国产日韩| 国产九九精品| 欧美男人的天堂| 久久久久久久一区二区| 亚洲午夜久久久久久久久电影院| 一区视频在线看| 国产一区视频网站| 欧美午夜激情视频| 欧美激情影院| 麻豆精品在线视频| 久久国产一区| 亚洲综合久久久久| 亚洲网在线观看|