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

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

ready-to-use

  • DCDC穩壓器印刷電路板設計

      The LTM8020, LTM8021, LTM8022 and LTM8023 μModule®regulators are complete easy-to-use encapsulated stepdownDC/DC regulators intended to take the pain and aggravationout of implementing a switching power supplyonto a system board. With a μModule regulator, you onlyneed an input cap, output cap and one or two resistorsto complete the design. As one might imagine, this highlevel of integration greatly simplifi es the task of printedcircuit board design, reducing the effort to four categories:component footprint generation, component placement,routing the nets, and thermal vias.

    標簽: DCDC 穩壓器 印刷電路板

    上傳時間: 2014-01-18

    上傳用戶:laomv123

  • 西門子S7-300 PLC模擬量轉換

    Analog Inputs and Outputs in an S7 PLC are represented in the PLC as a 16-bit integer. Over the nominal span of the analog input or output, the value of this integer will range between - 27648 and +27648. However, it is easier to use the analog values if they are scaled to the same units and ranges as the process being controlled. This applications tip describes methods for scaling analog values to and from engineering units.

    標簽: 300 PLC 西門子 模擬量

    上傳時間: 2013-11-17

    上傳用戶:3294322651

  • 基于S3C2440A的銀行評價器的設計

    提出了一種以S3C2440A為核心處理器的銀行評價器的設計方案,并結合XILINX公司的XL95144XL型CPLD,輔助S3C2440A,實現該銀行評價器的各部分功能以及系統信號之間的相互協調。該評價器在系統設計上采用液晶屏顯示,代替了以往簡單的數碼管電路的顯示模式,在視覺上給人以全新的享受。同時,評價器增加了新的網絡供電方式,只要將評價器連接上網絡就可以正常工作,方便了客戶的使用??傊?,此款銀行評價器采用了嵌入式系統的設計方案,大大豐富了系統功能,實現一個銀行評價器設計的新突破。 Abstract:  S3C2440A of SamSung company is the core component of the embedded system. A design of bank assessor based on S3C2440A was provided in this paper. It used XL95144XL combined with S3C2440A to realize all the functions and coordination with system signals. This bank assessor used LCD to display instead of the former simple digital display and provided a new seusuous enjoment. Meanwhile,it provided a new method of network power supply,that the bank assessor could regularly work once it connected to the network,which is convenient for customers to use. In a word,this assessor takes embedded system,enriches the system’s functions and reclizes a new breakout.

    標簽: S3C2440A

    上傳時間: 2013-11-03

    上傳用戶:taa123456

  • MPLAB C30用戶指南(英文)

    MPLAB C30用戶指南(英文) HIGHLIGHTSThe information covered in this chapter is as follows:• About this Guide• Recommended Reading• Troubleshooting• The Microchip Web Site• Development Systems Customer Notification Service• Customer Support Document LayoutThe document layout is as follows:• Chapter 1: Compiler Overview – describes MPLAB C30, development tools andfeature set.• Chapter 2: Differences between MPLAB C30 and ANSI C – describes thedifferences between the C language supported by MPLAB C30 syntax and thestandard ANSI-89 C.• Chapter 3: Using MPLAB C30 – describes how to use the MPLAB C30 compilerfrom the command line.• Chapter 4: MPLAB C30 Runtime Environment – describes the MPLAB C30runtime model, including information on sections, initialization, memory models, thesoftware stack and much more.• Chapter 5: Data Types – describes MPLAB C30 integer, floating point and pointerdata types.• Chapter 6: Device Support Files – describes the MPLAB C30 header and registerdefinition files, as well as how to use with SFR’s.• Chapter 7: Interrupts – describes how to use interrupts.• Chapter 8: Mixing Assembly Language and C Modules – provides guidelines tousing MPLAB C30 with MPLAB ASM30 assembly language modules.

    標簽: MPLAB C30 用戶 英文

    上傳時間: 2013-10-21

    上傳用戶:13925096126

  • XL6003 300KHz 36V Boost 3W LED

    The XL6003 regulator is fixed frequency PWM Boost (step-up) DC/DC converter, capable ofdriving 1050mA load current with excellent line and load regulation. The regulator is simple to use because it includes internal frequency compensation and a fixed-frequency oscillator so that it requires a minimum number of external components to work. The XL6003 could directly drive 5~10 3W LED units at VIN=12V.

    標簽: Boost 6003 300 36V

    上傳時間: 2013-11-07

    上傳用戶:xy@1314

  • Using the Stellaris Microcontr

    Luminary Micro Stellaris™ microcontrollers that are equipped with an analog-to-digital converter(ADC), use an innovative sequence-based sampling architecture designed to be extremely flexible,yet easy to use. This application note describes the sampling architecture of the ADC. Sinceprogrammers can configure Stellaris microcontrollers either through the powerful StellarisFamilyDriver Library or through direct writes to the device's control registers, this application note describesboth methods. The information presented in this document is intended to complement the ADCchapter of the device datasheet, and assumes the reader has a basic understanding of howADCsfunction.

    標簽: Microcontr Stellaris Using the

    上傳時間: 2013-10-14

    上傳用戶:blans

  • Clocking Options for Stellaris

    The main oscillator allows either a crystal or single-ended input clock signal. Cost-sensitiveapplications typically use an external crystal with the on-chip oscillator circuit since it is the mostcost-effective solution. It is also possible to use the internal oscillator to clock the device after theboot process has completed.

    標簽: Stellaris Clocking Options for

    上傳時間: 2013-10-14

    上傳用戶:pol123

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

    標簽: routines driver P90 301

    上傳時間: 2013-11-23

    上傳用戶:weixiao99

  • 帶有SerDes接口的PLB千兆位級以太網MAC

    This application note describes a reference system which illustrates how to build an embeddedPowerPC® system using the Xilinx 1-Gigabit Ethernet Media Access Controller processor core.This system has the PLB_Gemac configured to use Scatter/Gather Direct Memory Access andthe Serializer/Deserializer (SerDes) interface. This application note describes how to set up thespecific clocking structure required for the SerDes interface and the constraints to be added tothe UCF file. This reference system is complete with a standalone software application to testsome of the main features of this core, including access to registers, DMA capabilities, transmitand receive in loopback mode. This reference system is targeted for the ML300 evaluationboard.

    標簽: SerDes PLB MAC 接口

    上傳時間: 2013-11-01

    上傳用戶:truth12

  • MAX16948雙遙控天線LDO開關

      Abstract: This application note helps system designers choose the correct external components for use with the MAX16948 dualremote antenna LDO/switch, thus ensuring that automobile-regulated phantom antenna supply and output-current-monitoring circuitrymeet performance objectives. An electronic calculator is provided that helps specify the critical external components for theMAX16948, thus reducing design time. The calculator also determines the device's analog output voltage, output current-limitthreshold, and output current-sensing accuracies. The calculator includes new automatic Step By Step feature that assists designerswith component choice. To use the new automatic feature, click on the Step By Step button relative to the desired section.

    標簽: 16948 MAX LDO 遙控天線

    上傳時間: 2013-11-04

    上傳用戶:lhll918

主站蜘蛛池模板: 兴宁市| 金平| 九江县| 赣榆县| 滨海县| 兴仁县| 寻乌县| 泸定县| 淮阳县| 巴楚县| 旌德县| 英山县| 自贡市| 乌拉特后旗| 务川| 璧山县| 车致| 门头沟区| 航空| 辉县市| 土默特右旗| 苏尼特右旗| 泌阳县| 繁昌县| 康定县| 时尚| 广南县| 惠安县| 清水河县| 钦州市| 利川市| 乌拉特前旗| 特克斯县| 临泉县| 康保县| 元阳县| 谢通门县| 得荣县| 阿拉尔市| 河南省| 永德县|