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

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

For-Win

  • PCB Design Considerations and Guidelines for 0.4mm and 0.5mm WLPs

    Abstract: Using a wafer-level package (WLP) can reduce the overall size and cost of your solution.However when using a WLP IC, the printed circuit board (PCB) layout can become more complex and, ifnot carefully planned, result in an unreliable design. This article presents some PCB designconsiderations and general recommendations for choosing a 0.4mm- or 0.5mm-pitch WLP for yourapplication.

    標簽: Considerations Guidelines and Design

    上傳時間: 2013-10-14

    上傳用戶:ysystc699

  • Circuitry for Single Cell Operation

      Portable, battery-powered operation of electronic apparatushas become increasingly desirable. Medical, remotedata acquisition, power monitoring and other applicationsare good candidates for batteryoperation. In some circumstances,due to space, power or reliability considerations,it is preferable to operate the circuitry from a single 1.5Vcell. Unfortunately, a 1.5V supply eliminates almost alllinear ICs as design candidates. In fact, the LM10 opamp-reference and the LT®1017/LT1018 comparators arethe only IC gain blocks fully specifi ed for 1.5V operation.Further complications are presented by the 600mV dropof silicon transistors and diodes. This limitation consumesa substantial portion of available supply range, makingcircuit design diffi cult. Additionally, any circuit designedfor 1.5V operation mustfunction at end-of-life batteryvoltage, typically 1.3V. (See Box Section, “Componentsfor 1.5V Operation.”)

    標簽: Circuitry Operation Single Cell

    上傳時間: 2013-10-30

    上傳用戶:hz07104032

  • IAR+FOR+MSP430+快速入門

    IAR+FOR+MSP430+快速入門

    標簽: IAR FOR 430 MSP

    上傳時間: 2013-10-16

    上傳用戶:18752787361

  • USBasp-win驅動及其他

    USBasp-win驅動及軟件

    標簽: USBasp-win 驅動

    上傳時間: 2013-10-08

    上傳用戶:taozhihua1314

  • 單片機C語言(for)延時計算

    單片機C語言(for)延時計算

    標簽: for 單片機 C語言 延時計算

    上傳時間: 2013-10-28

    上傳用戶:maizezhen

  • Keil C51使用詳解

    Keil C51使用詳解Keil C51 是美國Keil Software 公司出品的51 系列兼容單片機C 語言軟件開發(fā)系統(tǒng),與匯編相比,C 語言在功能上、結構性、可讀性、可維護性上有明顯的優(yōu)勢,因而易學易用。用過匯編語言后再使用C 來開發(fā),體會更加深刻。Keil C51 軟件提供豐富的庫函數(shù)和功能強大的集成開發(fā)調試工具,全Windows界面。另外重要的一點,只要看一下編譯后生成的匯編代碼,就能體會到Keil C51生成的目標代碼效率非常之高,多數(shù)語句生成的匯編代碼很緊湊,容易理解。在開發(fā)大型軟件時更能體現(xiàn)高級語言的優(yōu)勢。下面詳細介紹 Keil C51 開發(fā)系統(tǒng)各部分功能和使用。第二節(jié) Keil C51 單片機軟件開發(fā)系統(tǒng)的整體結構C51 工具包的整體結構,如圖(1)所示,其中uVision 與Ishell 分別是C51 forWindows 和for Dos 的集成開發(fā)環(huán)境(IDE),可以完成編輯、編譯、連接、調試、仿真等整個開發(fā)流程。開發(fā)人員可用IDE 本身或其它編輯器編輯C 或匯編源文件。然后分別由C51 及A51 編譯器編譯生成目標文件(.OBJ)。目標文件可由LIB51 創(chuàng)建生成庫文件,也可以與庫文件一起經(jīng)L51 連接定位生成絕對目標文件(.ABS)。ABS 文件由OH51 轉換成標準的Hex 文件,以供調試器dScope51 或tScope51 使用進行源代碼級調試,也可由仿真器使用直接對目標板進行調試,也可以直接寫入程序存貯器如EPROM 中。圖(1) C51 工具包整體結構圖第三節(jié) Keil C51 工具包的安裝81. C51 for Dos在 Windows 下直接運行軟件包中DOS\C51DOS.exe 然后選擇安裝目錄即可。完畢后欲使系統(tǒng)正常工作須進行以下操作(設C:\C51 為安裝目錄):修改 Autoexec.bat,加入path=C:\C51\BinSet C51LIB=C:\C51\LIBSet C51INC=C:\C51\INC然后運行Autoexec.bat2. C51 for Windows 的安裝及注意事項:在 Windows 下運行軟件包中WIN\Setup.exe,最好選擇安裝目錄與C51 for Dos相同,這樣設置最簡單(設安裝于C:\C51 目錄下)。然后將軟件包中crack 目錄中的文件拷入C:\C51\Bin 目錄下。第四節(jié) Keil C51 工具包各部分功能及使用簡介1. C51 與A51(1) C51C51 是C 語言編譯器,其使用方法為:C51 sourcefile[編譯控制指令]或者 C51 @ commandfile其中 sourcefile 為C 源文件(.C)。大量的編譯控制指令完成C51 編譯器的全部功能。包控C51 輸出文件C.LST,.OBJ,.I 和.SRC 文件的控制。源文件(.C)的控制等,詳見第五部分的具體介紹。而 Commandfile 為一個連接控制文件其內容包括:.C 源文件及各編譯控制指令,它沒有固定的名字,開發(fā)人員可根據(jù)自己的習慣指定,它適于用控制指令較多的場合。(2) A51A51 是匯編語言編譯器,使用方法為:9A51 sourcefile[編譯控制指令]或 A51 @ commandfile其中sourcefile 為匯編源文件(.asm或.a51),而編譯控制指令的使用與其它匯編如ASM語言類似,可參考其他匯編語言材料。Commandfile 同C51 中的Commandfile 類似,它使A51 使用和修改方便。2. L51 和BL51(1) L51L51 是Keil C51 軟件包提供的連接/定位器,其功能是將編譯生成的OBJ 文件與庫文件連接定位生成絕對目標文件(.ABS),其使用方法為:L51 目標文件列表[庫文件列表] [to outputfile] [連接控制指令]或 L51 @Commandfile源程序的多個模塊分別經(jīng) C51 與A51 編譯后生成多個OBJ 文件,連接時,這些文件全列于目標文件列表中,作為輸入文件,如果還需與庫文件(.LiB)相連接,則庫文件也必須列在其后。outputfile 為輸文件名,缺少時為第一模塊名,后綴為.ABS。連接控制指令提供了連接定位時的所有控制功能。Commandfile 為連接控制文件,其具體內容是包括了目標文件列表,庫文件列表及輸出文件、連接控制命令,以取代第一種繁瑣的格式,由于目標模塊庫文件大多不止1 個,因而第2 種方法較多見,這個文件名字也可由使用者隨意指定。(2) Bl51BL51 也是C51 軟件包的連接/定位器,其具有L51 的所有功能,此外它還具有以下3 點特別之處:a. 可以連接定位大于64kBytes 的程序。b. 具有代碼域及域切換功能(CodeBanking & Bank Switching)c. 可用于RTX51 操作系統(tǒng)RTX51 是一個實時多任務操作系統(tǒng),它改變了傳統(tǒng)的編程模式,甚至不必用main( )函數(shù),單片機系統(tǒng)軟件向RTOS 發(fā)展是一種趨勢,這種趨勢對于186 和38610及68K 系列CPU 更為明顯和必須,對8051 因CPU 較為簡單,程序結構等都不太復雜,RTX51 作用顯得不太突出,其專業(yè)版軟件PK51 軟件包甚至不包括RTX51Full,而只有一個RTX51TINY 版本的RTOS。RTX51 TINY 適用于無外部RAM 的單片機系統(tǒng),因而可用面很窄,在本文中不作介紹。Bank switching 技術因使用很少也不作介紹。3. DScope51,Tscope51 及Monitor51(1) dScope51dScope51 是一個源級調試器和模擬器,它可以調試由C51 編譯器、A51 匯編器、PL/M-51 編譯器及ASM-51 匯編器產(chǎn)生的程序。它不需目標板(for windows 也可通過mon51 接目標板),只能進行軟件模擬,但其功能強大,可模擬CPU 及其外圍器件,如內部串口,外部I/O 及定時器等,能對嵌入式軟件功能進行有效測試。

    標簽: Keil C51 使用詳解

    上傳時間: 2013-11-01

    上傳用戶:zhouxuepeng1

  • 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

  • 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

  • CodeWarrior Development Studio for Microcontrollers V10.2, 第一部分

    CodeWarrior Development Studio for Microcontrollers v10.2 集成了 RS08, HCS08, ColdFire, ColdFire+, Kinetis, Qorivva MPC56xx和 DSC 架構的開發(fā)工具于一個基于Eclipse的開放開發(fā)工具平臺上。這次課程將介紹關于Eclipse的基礎知識和CodeWarrior for MCU v10.2的一些新特性。

    標簽: Microcontrollers CodeWarrior Development Studio

    上傳時間: 2013-11-17

    上傳用戶:6546544

  • proteus7.10 Proteus VSM for ARM Cortex

    proteus7.10 Proteus VSM for ARM Cortex

    標簽: proteus Proteus Cortex 7.10

    上傳時間: 2013-11-16

    上傳用戶:13160677563

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
99热免费精品在线观看| 亚洲清纯自拍| 1024亚洲| 国产私拍一区| 亚洲欧洲99久久| 久久久精品日韩欧美| 亚洲第一视频| 国产精品永久免费| 欧美一区二区三区免费视频| 欧美日韩伊人| 久久久久久久久久久久久9999| 欧美午夜不卡| 欧美在线观看视频一区二区| 亚洲精品社区| 欧美区一区二| 亚洲乱码国产乱码精品精可以看| 久久亚洲午夜电影| 日韩一级大片| 在线视频精品一| 好吊色欧美一区二区三区视频| 午夜一区二区三视频在线观看| 欧美日韩一区精品| 久久久久久电影| 久久在线视频| 国产日韩精品久久| 日韩一级裸体免费视频| 国产一区二区三区电影在线观看| 久久精品一区二区| 亚洲国产一区二区精品专区| 蜜臀久久99精品久久久画质超高清 | 欧美午夜在线一二页| 久久黄金**| 夜夜嗨一区二区三区| 伊人成综合网伊人222| 欧美精品久久久久久久久久| 在线亚洲电影| 亚洲人成在线播放| 国产亚洲综合精品| 国产精品a级| 欧美三级在线播放| 欧美va日韩va| 欧美大片一区二区三区| 欧美午夜片欧美片在线观看| 国产精品免费视频xxxx| 亚洲一区二区三区涩| 国产亚洲视频在线观看| 国产在线视频欧美一区二区三区| 国产精品一区二区你懂的| 国产精品一区二区在线观看不卡| 欧美午夜片在线免费观看| 国产精品人人爽人人做我的可爱| 国产视频在线观看一区二区三区| 国产婷婷一区二区| 亚洲国产精品毛片| 亚洲在线成人精品| 欧美大秀在线观看| 国产精品视频1区| 亚洲国产日韩一区二区| 亚洲欧美日韩国产一区二区三区| 欧美日韩在线直播| 永久免费精品影视网站| 欧美日韩在线视频一区二区| 亚洲综合色视频| 亚洲成色777777在线观看影院| 老司机一区二区| 国产精品网站在线| 久久久久久久综合| 欧美一区观看| 久久人人看视频| 蜜桃av一区二区| 欧美小视频在线| 一区二区久久| 国产精品女主播| 欧美三级不卡| 国产精品美腿一区在线看 | 久久精品99久久香蕉国产色戒 | 激情伊人五月天久久综合| 国产婷婷色综合av蜜臀av| 影音先锋一区| 久久国产成人| 国产视频欧美| 久久精品夜色噜噜亚洲a∨| 国产一区二区三区的电影 | 久久精品人人| 亚洲电影第1页| 欧美专区亚洲专区| 国产精品扒开腿爽爽爽视频| 伊甸园精品99久久久久久| 久久久精品午夜少妇| 国产综合视频在线观看| 欧美另类videos死尸| 欧美在线视频播放| 亚洲国产精品一区制服丝袜| 欧美破处大片在线视频| 激情自拍一区| 久久久久国产精品人| 亚洲国产成人91精品 | 国产亚洲欧美色| 久久天天躁狠狠躁夜夜av| 亚洲免费小视频| 99视频精品在线| 国产亚洲精品v| 欧美r片在线| 日韩视频免费| 在线看欧美视频| 国产精品一香蕉国产线看观看| 久久人人爽爽爽人久久久| 久久国产日韩| 欧美一区成人| 国产一区二区三区高清| 欧美日韩免费| 久久久一区二区| 欧美亚洲午夜视频在线观看| 国产日韩欧美不卡| 欧美午夜一区二区福利视频| 亚洲综合第一| 亚洲剧情一区二区| 有码中文亚洲精品| 激情自拍一区| 一区二区三区日韩欧美精品| 一本到12不卡视频在线dvd| 亚洲欧美另类国产| 亚洲欧美日韩网| 亚洲午夜高清视频| 欧美影院视频| 久久免费国产精品| 国产精品嫩草影院av蜜臀| 国产精品老女人精品视频| 亚洲人成免费| 亚洲视频中文字幕| 午夜精品久久久久久久99水蜜桃| 亚洲性av在线| 欧美高清视频在线播放| 国产精品久久久久久久久久ktv | 欧美日韩免费观看一区二区三区 | 久久久久在线观看| 久久久999精品免费| 欧美一区影院| 欧美精品一区二| 国产精品久久久久久久久久尿| 在线激情影院一区| 久久精品国产一区二区三| 欧美色另类天堂2015| 亚洲精品在线观看免费| 亚洲欧美一区二区三区极速播放 | 欧美日韩精品伦理作品在线免费观看| 欧美/亚洲一区| 国产日韩av在线播放| 99伊人成综合| 欧美日韩黄色大片| 99国产一区| 欧美午夜不卡影院在线观看完整版免费| 欧美日韩国产123| 国产专区欧美专区| 亚洲欧美久久久久一区二区三区| 美女日韩欧美| 一本大道久久a久久综合婷婷| 欧美激情一区二区久久久| 一区二区三区免费网站| 欧美精品一区二区三区久久久竹菊| 国产精品蜜臀在线观看| 亚洲区国产区| 欧美精品一区二区三区在线播放 | 亚洲制服av| 狠狠色综合网| 翔田千里一区二区| 国产亚洲午夜| 欧美 日韩 国产在线| 狠狠干综合网| 久久激情视频免费观看| 亚洲国产老妈| 欧美网站在线| 亚洲欧美清纯在线制服| 国产精品毛片大码女人| 性感少妇一区| 亚洲国产精品久久人人爱蜜臀| 久久一区中文字幕| 亚洲精品日韩一| 国产亚洲一区二区三区| 欧美性猛交xxxx乱大交蜜桃 | 久久精品人人| 在线观看视频欧美| 国产色婷婷国产综合在线理论片a| 欧美日韩无遮挡| 欧美一区二区三区四区在线观看| 国产精品sss| 欧美片在线播放| 欧美专区在线播放| 欧美中文字幕在线视频| 久久本道综合色狠狠五月| 91久久精品国产| 一区在线播放视频| 国产精品成人一区二区网站软件| 欧美日韩成人综合天天影院| 欧美插天视频在线播放| 久久久999精品免费| 狠狠久久婷婷| 亚洲成人自拍视频| 在线看视频不卡| 一本久久青青|