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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

AS-Interface

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

    標(biāo)簽: synchronous Emulating serial

    上傳時(shí)間: 2014-01-31

    上傳用戶(hù):z1191176801

  • MPC106 PCI Bridge/Memory Contr

    In this document, the term Ô60xÕ is used to denote a 32-bit microprocessor from the PowerPC architecture family that conforms to the bus interface of the PowerPC 601ª, PowerPC 603ª, or PowerPC 604 microprocessors. Note that this does not include the PowerPC 602ª microprocessor which has a multiplexed address/data bus. 60x processors implement the PowerPC architecture as it is speciÞed for 32-bit addressing, which provides 32-bit effective (logical) addresses, integer data types of 8, 16, and 32 bits,and ßoating-point data types of 32 and 64 bits (single-precision and double-precision).1.1 Overview The MPC106 provides an integrated high-bandwidth, high-performance, TTL-compatible interface between a 60x processor, a secondary (L2) cache or additional (up to four total) 60x processors, the PCI bus,and main memory. This section provides a block diagram showing the major functional units of the 106 and describes brießy how those units interact.Figure 1 shows the major functional units within the 106. Note that this is a conceptual block diagram intended to show the basic features rather than an attempt to show how these features are physically implemented on the device.

    標(biāo)簽: Bridge Memory Contr MPC

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

    上傳用戶(hù):18711024007

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

    標(biāo)簽: Demonstration 3200 USB for

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

    上傳用戶(hù):zhangzhenyu

  • P90CL301 IIC驅(qū)動(dòng)電路的例行測(cè)試及其程序

    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.

    標(biāo)簽: P90 301 IIC 90

    上傳時(shí)間: 2014-01-06

    上傳用戶(hù):氣溫達(dá)上千萬(wàn)的

  • 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

    上傳用戶(hù):shirleyYim

  • Using the 87LPC76X microcontro

    I2C interface, is a very powerful tool for system designers. Theintegrated protocols allow systems to be completely software defined.Software development time of different products can be reduced byassembling a library of reusable software modules. In addition, themultimaster capability allows rapid testing and alignment ofend-products via external connections to an assembly-line computer.The mask programmable 87LPC76X and its EPROM version, the87LPC76X, can operate as a master or a slave device on the I2Csmall area network. In addition to the efficient interface to thededicated function ICs in the I2C family, the on-board interfacefacilities I/O and RAM expansion, access to EEPROM andprocessor-to-processor communications.

    標(biāo)簽: microcontro Using 76X LPC

    上傳時(shí)間: 2013-12-30

    上傳用戶(hù):Artemis

  • CAN與RS232轉(zhuǎn)換節(jié)點(diǎn)的設(shè)計(jì)與實(shí)現(xiàn)

    CAN與RS232轉(zhuǎn)換節(jié)點(diǎn)的設(shè)計(jì)與實(shí)現(xiàn) 介紹將CAN總線接口與RS232總線接口相互轉(zhuǎn)換的設(shè)計(jì)方法和2種總線電平轉(zhuǎn)換關(guān)系,實(shí)現(xiàn)CAN總線與各模塊的接口設(shè)計(jì),制定了相應(yīng)的軟硬件設(shè)計(jì)方案,并給出軟件設(shè)計(jì)流程圖以及部分硬件設(shè)計(jì)原理圖。為CAN總線與RS232總線互聯(lián)提供了一種方法,對(duì)CAN總線與RS232總線接口設(shè)備的互聯(lián)和廣泛應(yīng)用的實(shí)現(xiàn)具有重要意義。關(guān)鍵詞: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

    標(biāo)簽: CAN 232 RS 轉(zhuǎn)換

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

    上傳用戶(hù):leesuper

  • Create a 1-Wire Master with Xilinx PicoBlaze

    Abstract: Designers who must interface 1-Wire temperature sensors with Xilinx field-programmable gate arrays(FPGAs) can use this reference design to drive a DS28EA00 1-Wire slave device. The downloadable softwarementioned in this document can also be used as a starting point to connect other 1-Wire slave devices. The systemimplements a 1-Wire master connected to a UART and outputs temperature to a PC from the DS28EA00 temperaturesensor. In addition, high/low alarm outputs are displayed from the DS28EA00 PIO pins using LEDs.

    標(biāo)簽: PicoBlaze Create Master Xilinx

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

    上傳用戶(hù):a6697238

  • FPGA as下載教程

    FPGA as下載教程

    標(biāo)簽: FPGA 教程

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

    上傳用戶(hù):lhw888

  • XAPP520將符合2.5V和3.3V I/O標(biāo)準(zhǔn)的7系列FPGA高性能I/O Bank進(jìn)行連接

    XAPP520將符合2.5V和3.3V I/O標(biāo)準(zhǔn)的7系列FPGA高性能I/O Bank進(jìn)行連接  The I/Os in Xilinx® 7 series FPGAs are classified as either high range (HR) or high performance (HP) banks. HR I/O banks can be operated from 1.2V to 3.3V, whereas HP I/O banks are optimized for operation between 1.2V and 1.8V. In circumstances that require an HP 1.8V I/O bank to interface with 2.5V or 3.3V logic, a range of options can be deployed. This application note describes methodologies for interfacing 7 series HP I/O banks with 2.5V and 3.3V systems

    標(biāo)簽: XAPP FPGA Bank 520

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

    上傳用戶(hù):yyyyyyyyyy

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一本大道久久精品懂色aⅴ| 伊人婷婷久久| 久久综合婷婷| 久久久久久有精品国产| 欧美福利视频网站| 国产日韩一区二区三区在线| 亚洲片在线观看| 亚洲欧美日韩网| 欧美99在线视频观看| 欧美精品成人在线| 欧美在线不卡| 国产精品国产三级国产aⅴ9色| 国产精品女人毛片| 在线成人激情视频| 99精品国产一区二区青青牛奶| 欧美一区二区免费| 欧美日韩在线播放一区| 狠狠色狠狠色综合日日tαg| 99热在这里有精品免费| 久久国产黑丝| 国产精品qvod| 亚洲高清在线观看| 久久岛国电影| 欧美精品一区三区在线观看| 黄色成人在线网址| 亚洲综合久久久久| 欧美日韩另类一区| 狠狠色狠狠色综合系列| 亚洲一二三四久久| 国产精品久久国产精品99gif| 亚洲人在线视频| 久久综合999| 国产欧美日韩精品专区| 亚洲视频视频在线| 欧美日韩视频在线| 99国内精品久久| 欧美刺激午夜性久久久久久久| 国产精品入口日韩视频大尺度| 99热这里只有成人精品国产| 欧美成人免费小视频| 韩国女主播一区| 老司机精品视频一区二区三区| 国产精品日本精品| 一区二区免费在线播放| 欧美日韩国产综合网 | 国产亚洲精品aa午夜观看| 99热免费精品| 国产精品www网站| 一本一本久久| 国产日本欧美一区二区| 久久精品国产99精品国产亚洲性色 | 欧美/亚洲一区| 在线成人免费观看| 欧美大香线蕉线伊人久久国产精品| 亚洲国产精品电影| 欧美精品日日鲁夜夜添| 亚洲香蕉视频| 国产字幕视频一区二区| 裸体歌舞表演一区二区| aa级大片欧美三级| 国产欧美一区二区三区在线看蜜臀| 久久精品卡一| 亚洲麻豆国产自偷在线| 国产精品永久入口久久久| 久热精品视频在线免费观看| 99国产精品久久久久老师| 国产精品久久久久久久久久免费看 | 美女精品在线观看| 亚洲三级免费| 国产亚洲一区二区三区| 久久深夜福利免费观看| 亚洲日本无吗高清不卡| 国产精品成人一区二区| 先锋影音网一区二区| 国内精品视频666| 欧美天天影院| 久久精品网址| 亚洲精品一区二区三区蜜桃久| 久久精品亚洲精品| 亚洲麻豆国产自偷在线| 国产在线拍偷自揄拍精品| 另类天堂av| 国产精品99久久久久久久女警| 国模私拍视频一区| 欧美电影在线免费观看网站| 欧美亚洲视频在线看网址| 99re6这里只有精品视频在线观看| 国产精品视频内| 老色鬼精品视频在线观看播放 | 欧美aa国产视频| 在线一区二区三区四区| 1000部国产精品成人观看| 欧美日韩一级大片网址| 欧美国产一区二区在线观看| 亚洲综合第一页| 亚洲人成在线免费观看| 国产精品九九久久久久久久| 久久人人精品| 欧美在线免费视屏| 亚洲激情国产| 国产欧美精品久久| 欧美黑人多人双交| 欧美在线黄色| 欧美亚洲在线观看| 亚洲神马久久| 亚洲另类在线一区| 在线欧美三区| 精品av久久久久电影| 国产精品久久久久久久久久直播 | 亚洲天堂黄色| 亚洲欧洲另类国产综合| 在线日韩成人| 黄色成人在线免费| 99v久久综合狠狠综合久久| 国产亚洲网站| 伊人婷婷欧美激情| 极品日韩久久| 亚洲欧洲三级| 亚洲美女性视频| 亚洲一区二区欧美| 亚洲欧美在线高清| 久久久久久久91| 久色婷婷小香蕉久久| 欧美成人自拍| 欧美色图首页| 亚洲国产精品va在线看黑人动漫| 亚洲国产99| 亚洲精品国产无天堂网2021| 亚洲一区二区欧美日韩| 亚洲欧美清纯在线制服| 欧美在线播放视频| 欧美成人在线免费观看| 欧美精品久久一区| 夜夜嗨av一区二区三区| 夜夜嗨av色一区二区不卡| 亚洲自拍都市欧美小说| 久久精品亚洲国产奇米99| 欧美.日韩.国产.一区.二区| 欧美欧美全黄| 国产亚洲精品久久久久动| 亚洲自拍啪啪| 久久人91精品久久久久久不卡| 欧美刺激午夜性久久久久久久| 国产精品久久国产精品99gif| 国产亚洲在线观看| 亚洲高清自拍| 欧美一区二区三区免费观看| 久久久精品免费视频| 欧美母乳在线| 在线观看亚洲精品| 99av国产精品欲麻豆| 欧美在线三级| 欧美日韩国产三区| 激情欧美一区| 欧美一区二区大片| 欧美精品激情blacked18| 国产原创一区二区| 亚洲天堂av图片| 欧美精品在线一区| 激情综合自拍| 亚洲欧美国产另类| 国产精品爱久久久久久久| 激情一区二区三区| 久久疯狂做爰流白浆xx| 欧美激情中文字幕在线| 国外成人在线| 欧美在线影院| 国产精品国产三级国产普通话蜜臀| 激情久久一区| 欧美在线一二三区| 国产精品多人| 亚洲一级二级| 欧美日韩国内| 日韩午夜精品| 免费在线观看精品| 亚洲成色777777女色窝| 欧美资源在线观看| 国产精品午夜在线观看| 宅男精品导航| 国产精品porn| 亚洲性线免费观看视频成熟| 欧美激情aaaa| 亚洲精品一区二区三区av| 欧美激情视频在线免费观看 欧美视频免费一 | 国产一区二区三区精品欧美日韩一区二区三区 | 国产精品资源| 亚洲一区二区少妇| 国产精品一级在线| 香蕉av777xxx色综合一区| 国产精品一二一区| 欧美一区三区二区在线观看| 国产手机视频一区二区| 欧美亚洲一区二区在线观看| 国产一区二区成人| 欧美成人中文| 亚洲视频免费看| 国模精品一区二区三区| 久久久www成人免费毛片麻豆| 黄色一区二区在线| 欧美二区在线观看|