虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

mmc-and-camera-linux-driver

  • 隔离电源设计手册

    Abstract: This document details the Oceanside (MAXREFDES9#) subsystem reference design, a 3.3V to 15V input,±15V (±12V) output, isolated power supply. The Oceanside design includes a high-efficiency step-up controller, a36V H-bridge transformer driver for isolated supplies, a wide input range, and adjustable output low-dropout linearregulator (LDO). Test results and hardware files are included.  

    标签: 隔离电源 设计手册

    上传时间: 2013-10-12

    上传用户:jinyao

  • 使用H桥变压器驱动器,充电超级电容器

    Abstract: With its small size and large load (10W) capability, the MAX13256 H-bridge transformer driver is an attractive solution forcharging supercapacitors (supercaps). However, a large capacitance on the output of the circuit can force the driver into fault modeat startup, due to the high initial charge current. This application note presents a solution that allows users to charge a largecapacitance without going into fault.

    标签: H桥变压器 驱动器 充电 超级电容器

    上传时间: 2013-10-20

    上传用户:2728460838

  • DN436微型全桥压电马达驱动器

      Piezoelectric motors are used in digital cameras for autofocus,zooming and optical image stabilization. Theyare relatively small, lightweight and effi cient, but theyalso require a complicated driving scheme. Traditionally,this challenge has been met with the use ofseparatecircuits, including a step-up converter and an oversizedgeneric full-bridge drive IC. The resulting high componentcount and large board space are especially problematicin the design of cameras for ever shrinking cell phones.The LT®3572 solves these problems by combining astep-up regulator and a dual full-bridge driver in a 4mm× 4mm QFN package. Figure 1 shows a typical LT3572Piezo motor drive circuit. A step-up converter is usedto generate 30V from a low voltage power source suchas a Li-Ion battery or any input power source within thepart’s wide input voltage range of 2.7V to 10V. The highoutput voltage of the step-up converter, adjustable upto 40V, is available for the drivers at the VOUT pin. Thedrivers operate in a full-bridge fashion, where the OUTAand OUTB pins are the same polarity as the PWMA andPWMB pins, respectively, and the OUTA and OUTB pinsare inverted from PWMA and PWMB, respectively. Thestep-up converter and both Piezo drivers have their ownshutdown control. Figure 2 shows a typical layout

    标签: 436 DN 全桥 压电

    上传时间: 2013-11-18

    上传用户:hulee

  • DN445微型模块LED驱动器

      Once relegated to the hinterlands of low cost indicatorlights, the LED is again in the spotlight of the lightingworld. LED lighting is now ubiquitous, from car headlightsto USB-powered lava lamps. Car headlights exemplifyapplications that capitalize on the LED’s clear advantages—unwavering high quality light output, tough-assteelrobustness, inherent high effi ciency—while a USBlava lamp exemplifi es applications where only LEDs work.Despite these clear advantages, their requirement forregulated voltage and current make LED driver circuitsmore complex than the venerable light bulb, but some newdevices are closing the gap. For instance, the LTM®8040μModule™ LED driver integrates all the driver circuitryinto a single package, allowing designers to refocus theirtime and effort on the details of lighting design criticalto a product’s success.

    标签: 445 LED DN 微型模块

    上传时间: 2013-10-16

    上传用户:togetsomething

  • 基于IR2101最大功率跟踪逆变器的设计

    为解决直流逆变交流的问题,有效地利用能源,让电源输出最大功率,设计了高性能的基于IR2101最大功率跟踪逆变器,并以SPMC75F2413A单片机作为主控制器。高电压、高速功率的MOSFET或IGBT驱动器IR2101采用高度集成的电平转换技术,同时上管采用外部自举电容上电,能够稳定高效地驱动MOS管。该逆变器可以实现DC/AC的转换,最大功率点的跟踪等功能。实际测试结果表明,该逆变器系统具有跟踪能力强,稳定性高,反应灵敏等特点,该逆变器不仅可应用于普通的电源逆变系统,而且可应用于光伏并网发电的逆变系统,具有广泛的市场前景。 Abstract:  To solve the problem of DC-AC inverter, and to utilize solar energy more efficiently, the design of maximum power point tracking inverter based on IR2101 was achieved with a high-performance, which can make the system output power maximum. SPMC75F2413A was adopted as main controller. IR2101 is a high voltage, high speed power MOSFET and IGBT driver. It adopted highly integrated voltage level transforming technology, and an external bootstrap capacitor was used, which could drive MOS tube efficiently and stably. Many functions are achieved in the system, such as DC/AC conversion, maximun power point tracking, etc. The actual test result shows that the inverter system has characteristics of strong tracking ability, high stability and reacting quickly. The design can not only be used in ordinary power inverter system, but also be used in photovoltaic power inverter system. The design has certain marketing prospects

    标签: 2101 IR 最大功率跟踪 逆变器

    上传时间: 2013-11-17

    上传用户:lliuhhui

  • ARM-Linux-IIC设备的添加与驱动实现

        本文分析了ARM-Linux下IIC总线及其设备驱动的层次结构,指出了IIC设备添加与驱动实现的途径,详细阐述了如何采用通用i2c-dev.c驱动常规IIC设备、如何编写特定IIC设备的probe方式驱动、怎样设计动态加载的简易IIC“客服-驱动”、怎样使用GPIO模拟IIC总线快速驱动设备等常用具体实现过程和关键环节,并说明了这些方法的优势和不足。   

    标签: ARM-Linux-IIC 设备 驱动实现

    上传时间: 2013-10-13

    上传用户:xingisme

  • 基于单片机的MMC上文件系统实现

    多媒体卡MMC(MultiMedia Card)是由美国SanDisk 公司和德国Simens 公司于1997 年共 同开发推出的一种多功能存储卡。内置控制电路,可以使用在手机、数码相机、MP3、PDA 等多种数字设备上,可反复记录30 万次。现在市场上的主流容量有128 MB~2 GB。 文中首先介绍单片机对SPI 协议下的MMC 卡的底层读写操作,然后分析MMC 卡文件系统 的结构,最后详细说明MMC 卡文件的创建、读写、删除等操作。该方法可应用到与Window s 有交互的嵌入式系统中,便于文件的统一管理。

    标签: MMC 单片机 文件系统

    上传时间: 2013-11-05

    上传用户:lionlwy

  • 基于HITAG读写芯片HTRC110的读写设备设计

    Designing read/write device (RWD) units for industrial RF-Identification applications is strongly facilitated by the NXP Semiconductors HITAG Reader Chip HTRC110. All needed function blocks, like the antenna driver, modulator demodulator and antenna diagnosis unit, are integrated in the HTRC110. Therefore only a minimum number of additional passive components are required for a complete RWD. This Application Note describes how to design an industrial RF-Identification system with the HTRC110. The major focus is dimensioning of the antenna, all other external components including clock and power supply, as well as the demodulation principle and its implementatio

    标签: HITAG HTRC 110 读写芯片

    上传时间: 2013-10-22

    上传用户:zhengjian

  • 基于单片机的数字化B超键盘设计

    针对目前使用的RS232接口数字化B超键盘存在PC主机启动时不能设置BIOS,提出一种PS2键盘的设计方法。基于W78E052D单片机,采用8通道串行A/D转换器设计了8个TGC电位器信息采集电路,电位器位置信息以键盘扫描码序列形式发送,正交编码器信号通过XC9536XL转换为单片机可接收的中断信号,软件接收到中断信息后等效处理成按键。结果表明,在满足开机可设置BIOS同时,又可实现超声特有功能,不需要专门设计驱动程序,接口简单,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    标签: 单片机 B超 数字化 键盘设计

    上传时间: 2013-10-10

    上传用户:asdfasdfd

  • AVR32801: UC3A3 Schematic Chec

    AVR32801: UC3A3 Schematic Checklist Features •  Power circuit •  Reset circuit •  USB connection •  External bus interface •  ABDAC sound DAC interface •  JTAG and Nexus debug ports •  Clocks and crystal oscillators •  MMC, SD-card, SDHC, SDIO and CE-ATA interface 1 Introduction A good hardware design comes from a proper schematic. Since UC3A3 devices have a fair number of pins and functions, the schematic for these devices can be large and quite complex. This application note describes a common checklist which should be used when starting and reviewing the schematics for a UC3A3 design.

    标签: Schematic 32801 UC3A3 Chec

    上传时间: 2014-12-26

    上传用户:DXM35