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

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

Pin

  • Adding 32 KB of Serial SRAM to

    Although Stellaris microcontrollers have generous internal SRAM capabilities, certain applicationsmay have data storage requirements that exceed the 8 KB limit of the Stellaris LM3S8xx seriesdevices. Since microcontrollers do not have an external parallel data-bus, serial memory optionsmust be considered. Until recently, the ubiquitous serial EEPROM/flash device was the only serialmemory solution. The major limitations of EEPROM and flash technology are slow write speed, slowerase times, and limited write/erase endurance.Recently, serial SRAM devices have become available as a solution for high-speed dataapplications. The N256S08xxHDA series of devices, from AMI Semiconductor, offer 32 K x 8 bits oflow-power data storage, a fast Serial Peripheral Interface (SPI) serial bus, and unlimited write cycles.The parts are available in 8-Pin SOIC and compact TSSOP packages.

    標簽: Adding Serial SRAM 32

    上傳時間: 2013-10-14

    上傳用戶:cxl274287265

  • 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

  • MPC106 PCI橋/存儲器控制器硬件規范說明

    The Motorola MPC106 PCI bridge/memory controller provides a PowerPCªmicroprocessor common hardware reference platform (CHRPª) compliant bridgebetween the PowerPC microprocessor family and the Peripheral Component Interconnect(PCI) bus. In this document, the term Ô106Õ is used as an abbreviation for the phraseÔMPC106 PCI bridge/memory controllerÕ. This document contains pertinent physicalcharacteristics of the 106. For functional characteristics refer to theMPC106 PCI Bridge/Memory Controller UserÕs Manual.This document contains the following topics:Topic PageSection 1.1, ÒOverviewÓ 2Section 1.2, ÒFeaturesÓ 3Section 1.3, ÒGeneral ParametersÓ 5Section 1.4, ÒElectrical and Thermal CharacteristicsÓ 5Section 1.5, ÒPin AssignmentsÓ 17Section 1.6, ÒPinout Listings 18Section 1.7, ÒPackage DescriptionÓ 22Section 1.8, ÒSystem Design InformationÓ 24Section 1.9, ÒDocument Revision HistoryÓ 29Section 1.10, ÒOrdering InformationÓ 29

    標簽: MPC 106 PCI 存儲器

    上傳時間: 2013-11-04

    上傳用戶:as275944189

  • 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

  • 介紹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

  • 68HC05K0 Infra-red Remote Cont

    The MC68HC05K0 is a low cost, low Pin countsingle chip microcomputer with 504 bytes of userROM and 32 bytes of RAM. The MC68HC05K0 isa member of the 68HC05K series of devices whichare available in 16-Pin DIL or SOIC packages.It uses the same CPU as the other devices in the68HC05 family and has the same instructions andregisters. Additionally, the device has a 15-stagemulti-function timer and 10 general purposebi-directional I/0 lines. A mask option is availablefor software programmable pull-downs on all ofthe I/O Pins and four of the Pins are capable ofgenerating interrupts.The device is ideally suited for remote-controlkeyboard applications because the pull-downs andthe interrupt drivers on the port Pins allowkeyboards to be built without any externalcomponents except the keys themselves. There isno need for external pull-up or pull-down resistors,or diodes for wired-OR interrupts, as these featuresare already designed into the device.

    標簽: Infra-red Remote Cont 05K

    上傳時間: 2014-01-24

    上傳用戶:zl5712176

  • 3.3v看門狗芯片

    The STWD100 watchdog timer circuits are self-contained devices which prevent systemfailures that are caused by certain types of hardware errors (non-responding peripherals,bus contention, etc.) or software errors (bad code jump, code stuck in loop, etc.).The STWD100 watchdog timer has an input, WDI, and an output, WDO (see Figure 2). Theinput is used to clear the internal watchdog timer periodically within the specified timeoutperiod, twd (see Section 3: Watchdog timing). While the system is operating correctly, itperiodically toggles the watchdog input, WDI. If the system fails, the watchdog timer is notreset, a system alert is generated and the watchdog output, WDO, is asserted (seeSection 3: Watchdog timing).The STWD100 circuit also has an enable Pin, EN (see Figure 2), which can enable ordisable the watchdog functionality. The EN Pin is connected to the internal pull-downresistor. The device is enabled if the EN Pin is left floating.

    標簽: 3.3 看門狗 芯片

    上傳時間: 2013-10-22

    上傳用戶:taiyang250072

  • 微型打印機的C語言源程序

    微型打印機的C語言源程序:微型打印機的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define Pin XBYTE[0x8000]#define POUT XBYTE[0x9000]sbit PRINTSTB =P1^6;sbit DOG=P1^7;bdata char Pin&#118alue;sbit PRINTBUSY=Pin&#118alue^7;sbit PRINTSEL =Pin&#118alue^6;sbit PRINTERR =Pin&#118alue^5;sbit PRINTACK =Pin&#118alue^4;  void PrintString(uchar *String1,uchar *String2);void initprint(void);void print(uchar a);  void initprint(void) //打印機初始化子程序 {  Pin&#118alue=Pin;  if((PRINTSEL==1)&&(PRINTERR==1))  {    print(0x1b); print(0x40); print(0x1b); print(0x38); print(0x4);  }}void print(uchar a) //打印字符a{  Pin&#118alue=Pin;  if((PRINTSEL==0)||(PRINTERR==0)) return;  for(;;) {    DOG=~DOG;    Pin&#118alue=Pin;    if(PRINTBUSY==0) break;  }  DOG=~DOG;  POUT=a;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=1;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=0;  PRINTSTB=1;}void PrintString(uchar *String) //打印字符串后回車{  uchar CH;  for (;;) {   DOG=~DOG;   CH=*String;   if (CH==0) { print(0x0d); break; }   print(CH);   String++;  }  initprint();}

    標簽: 微型打印機 C語言 源程序

    上傳時間: 2013-10-18

    上傳用戶:hasan2015

  • 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

  • 《器件封裝用戶向導》賽靈思產品封裝資料

    Introduction to Xilinx Packaging Electronic packages are interconnectable housings for semiconductor devices. The major functions of the electronic packages are to provide electrical interconnections between the IC and the board and to efficiently remove heat generated by the device. Feature sizes are constantly shrinking, resulting in increased number of transistors being packed into the device. Today's submicron technology is also enabling large-scale functional integration and system-on-a-chip solutions. In order to keep pace with these new advancements in silicon technologies, semiconductor packages have also evolved to provide improved device functionality and performance. Feature size at the device level is driving package feature sizes down to the design rules of the early transistors. To meet these demands, electronic packages must be flexible to address high Pin counts, reduced pitch and form factor requirements. At the same time,packages must be reliable and cost effective.

    標簽: 封裝 器件 用戶 賽靈思

    上傳時間: 2013-10-22

    上傳用戶:ztj182002

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美中日韩免费视频| 欧美日韩国产va另类| 国产日韩精品入口| 欧美激情网站在线观看| 久久国产主播| 性高湖久久久久久久久| 亚洲一卡久久| 一区二区三区日韩| 一区二区三区高清| 亚洲精品专区| 亚洲人成小说网站色在线| 伊人久久大香线蕉av超碰演员| 国产精品美女诱惑| 国产精品初高中精品久久| 欧美日韩蜜桃| 国产精品卡一卡二| 国产精品欧美日韩一区二区| 欧美视频免费看| 国产精品久久久久毛片软件| 国产精品二区在线观看| 国产精品国产三级国产普通话三级 | 亚洲一区二区三区四区中文| 一本久久a久久精品亚洲| 99精品久久久| 亚洲曰本av电影| 亚洲系列中文字幕| 亚洲欧美成人一区二区三区| 亚洲摸下面视频| 性欧美精品高清| 久久精品国产综合精品| 久久久青草婷婷精品综合日韩| 欧美在线视频播放| 久久久综合免费视频| 久久欧美肥婆一二区| 欧美成人综合| 欧美色欧美亚洲高清在线视频| 欧美日韩精品综合在线| 国产精品进线69影院| 国产午夜精品一区二区三区欧美| 国一区二区在线观看| 91久久夜色精品国产网站| 在线视频免费在线观看一区二区| 亚洲欧美美女| 亚洲成人在线| 国产伦精品一区二区三区免费 | 国产精品一区二区三区乱码| 国产欧亚日韩视频| 亚洲激情精品| 亚洲在线一区二区三区| 久久久精品国产免费观看同学 | 亚洲人成人77777线观看| 中文国产亚洲喷潮| 久久不射2019中文字幕| 免费观看日韩av| 欧美日韩亚洲免费| 国产一区二区三区黄视频| 亚洲欧洲一区二区三区| 午夜精品亚洲一区二区三区嫩草| 久久躁狠狠躁夜夜爽| 欧美区亚洲区| 激情综合色丁香一区二区| 99精品欧美一区二区蜜桃免费| 欧美在线精品免播放器视频| 欧美黄色大片网站| 国产综合色产在线精品| 亚洲视频导航| 欧美国产一区二区在线观看 | 国产精品萝li| 亚洲精品乱码久久久久久日本蜜臀| 午夜精品久久久久久久久久久久| 欧美承认网站| 黄网站色欧美视频| 亚洲中字在线| 欧美日韩无遮挡| 亚洲国产精品日韩| 久久精品国产清自在天天线| 国产精品电影网站| 亚洲毛片视频| 理论片一区二区在线| 国产热re99久久6国产精品| 一本大道av伊人久久综合| 美日韩精品免费| 国产一区二区福利| 亚洲天堂成人在线观看| 久久亚洲精品一区| 欧美视频亚洲视频| 久久视频在线看| 亚洲一区日韩| 在线日韩精品视频| 欧美偷拍另类| 亚洲电影下载| 久久精品视频99| 国产精品一区=区| 亚洲一区二区黄色| 欧美视频在线观看免费| 亚洲精品欧美| 欧美日韩精品欧美日韩精品| 亚洲欧洲日本国产| 欧美激情视频免费观看| 亚洲精品一二三| 欧美精品九九| 亚洲色图自拍| 国产精品免费观看在线| 亚洲图片自拍偷拍| 欧美三区在线视频| 国产麻豆视频精品| 亚洲国产欧美不卡在线观看| 欧美激情一区二区三级高清视频| 久久婷婷麻豆| 欧美mv日韩mv国产网站| 在线综合+亚洲+欧美中文字幕| 99精品国产福利在线观看免费| 一本高清dvd不卡在线观看| 久久精品99国产精品酒店日本| 欧美亚韩一区| 性欧美长视频| 国产又爽又黄的激情精品视频| 久久超碰97中文字幕| 在线电影国产精品| 欧美好吊妞视频| 一二三区精品福利视频| 国产精品vip| 久久精品中文| 亚洲精品日本| 国产精品毛片a∨一区二区三区|国 | 亚洲欧美国产日韩中文字幕| 国产精品欧美风情| 久久久之久亚州精品露出| 亚洲黄网站黄| 国产精品女主播| 亚洲视频在线播放| 国产一区深夜福利| 欧美成人一二三| 亚洲一区网站| 亚洲国产高清自拍| 国产精品免费网站在线观看| 久久人人精品| 亚洲一区二区三区三| 狠狠色狠狠色综合日日小说| 欧美精品成人| 欧美一区二区三区四区高清 | 久久影院午夜论| 国产精品99久久久久久宅男| 一本色道久久综合亚洲精品婷婷| 亚洲欧美99| 欧美黑人一区二区三区| 欧美日韩精品久久久| 亚洲激情午夜| 欧美/亚洲一区| 国产日韩欧美另类| 西西裸体人体做爰大胆久久久| 国产精品美女黄网| 欧美成人性网| 欧美在线|欧美| 日韩视频一区二区三区在线播放免费观看| 欧美日韩一区二区国产| 久久精品一区二区国产| 亚洲天堂成人在线观看| 亚洲国产日韩在线| 国产日产欧产精品推荐色| 欧美精品日日鲁夜夜添| 久久男女视频| 欧美有码视频| 亚洲欧美日韩精品综合在线观看| 亚洲精品国精品久久99热| 国产一区二区观看| 国产伦精品一区二区三区四区免费| 欧美人在线视频| 影音先锋日韩资源| 91久久亚洲| 国产农村妇女毛片精品久久莱园子 | 99国产精品国产精品毛片| 嫩草影视亚洲| 久久久水蜜桃| 午夜综合激情| 亚洲自拍电影| 国产精品99久久99久久久二8| 91久久综合| 亚洲国产精品国自产拍av秋霞| 国产一级一区二区| 国产日韩欧美精品在线| 国产精品麻豆欧美日韩ww | 欧美国产精品专区| 快播亚洲色图| 久久久不卡网国产精品一区| 午夜精品在线视频| 欧美亚洲在线播放| 性欧美大战久久久久久久免费观看| 亚洲天堂av综合网| 亚洲少妇中出一区| 亚洲制服av| 欧美一区=区| 欧美一区二区三区视频在线| 欧美在线视频日韩| 久久久噜噜噜久久中文字免| 久久青草欧美一区二区三区| 久久这里只有| 欧美精品一区二区三区很污很色的| 欧美日本韩国| 国产精品羞羞答答xxdd|