搜索资源列表
Smart_Battery_Reference_Design
- 智能电池参考设计 介绍使用Atmel ATmega406微处理器来实现智能电池方案。此方案包括高精度ADC、用于SMBus通讯的TWI接口、以及可检测对电池错误使用的独立硬件,从而实现了对电池的智能化使用。-This application note describes the implementation of a smart battery using the Atmel ATmega406 microcontroller. The ATmega406 AVR microcontroll
spi_latest.tar
- 用verilog HDL编写的SPI控制器,从国外网站上找到的。-SPI (Serial Peripheral Interface) is serial, synchronous, full duplex communication protocol. It is widely used as a board-level interface between different devices such as microcontrollers, DACs, ADCs and others.
ADCS+7153464
- UM0339 User manual SuperH™ (SH) 32-bit RISC series SH-4, ST40 system architecture, volume 1: system-UM0339 User manual SuperH™ (SH) 32-bit RISC series SH-4, ST40 system architecture, volume 1: system
ADCS+7181720
- UM0340 User manual SuperH™ (SH) 32-bit RISC series SH-4, ST40 system architecture, volume 2: bus interfaces-UM0340 User manual SuperH™ (SH) 32-bit RISC series SH-4, ST40 system architecture, volume 2: bus interfaces
ADCS+7182230
- SH-4 CPU Core Architecture-SH-4 CPU Core Architecture
spi_latest.tar
- spi接口 verilog版本, Synchronous serial interfaces are widely used to provide economical board-level interfaces between different devices such as microcontrollers, DACs, ADCs and other. Although there is no single standard for a synchronous serial bus, t
adc-test
- An analog-to-digital converter (abbreviated ADC, A/D or A to D) is a device which converts a continuous quantity to a discrete time digital representation. An ADC may also provide an isolated measurement. The reverse operation is performed by a digit
AIC23--chinese-datasheet
- TLV320AIC23(以下简称AIC23)是TI推出的一款高性能的立体声音频Codec芯片,内置耳机输出放大器,支持MIC和LINE IN两种输入方式(二选一),且对输入和输出都具有可编程增益调节。AIC23的模数转换(ADCs)和数模转换(DACs)部件高度集成在芯片内部,采用了先进的Sigma-delta过采样技术,可以在8K到96K的频率范围内提供16bit、20bit、24bit和32bit的采样,ADC和DAC的输出信噪比分别可以达到90dB和100dB。与此同时,AIC23还具有很
TLC2543
- 文档包括关于TLC2543 (12位串行模数转换器)相关介绍文件以及具体串行转化代码的全部代码文件,已打包-Documents including TLC2543 (12-Bit Serial ADCs) introduced the relevant documents, and all of the specific serial code into code files have been packaged
ADC
- This examples describes how to use the ADCs in independent conversions.The platform is in stm3210x cortex_m3-This examples describes how to use the ADCs in independent conversions.The platform is in stm3210x cortex_m3
example2_ADC
- 本例展示了如何利用高级控制定时器(TIM1)来触发模数转换器(ADC)和利用自动注入转换功能来触发注入转换。 在每一个TIM1的上升沿,ADC对通道14(ADC Channel14)上的输入做一次规则转换,然后,DMA会将寄存器ADC_DR1中数据传送到内存中相应的表格。 使能自动注入转换功能,ADC能够在通道14的规则转换之后自动对通道11(ADC Channel11)上的输入做一次注入转换。随后产生一个ADC中断,并置标志位JEOC。在中断中将注入转换结果存入ADC_In
STM32F101x6-STM32F101x8-STM32F101xB
- Performance line, ARM-based 32-bit MCU with up to 128 KB Flash, USB, CAN, seven 16-bit timers, 2 ADCs & 9 communication interfaces-Performance line, ARM-based 32-bit MCU with up to 128 KB Flash, USB, CAN, seven 16-bit timers, 2 ADCs & 9 communi
adcs
- STM32F10X ADC多路采样 非DMA方式-STM32F10X ADC multiple sampling non-DMA mode
ADSP-BF533-soft
- adi bf 533 例子 ,AD9244 ADC (C),Booting (C),Dynamic Voltage Control (ASM),Flash Programmer-the adi bf 533 examples AD9244 ADCs (C) the Booting (C), Dynamic Voltage Control (ASM), Flash Programmer. . .
adcs
- ad多通道采样,DMA模式,因为不采用dma无法把握时间-ad multi-channel sampling
spi_latest.tar
- This IP provides specifications for the SPI (Serial Peripheral Interface) Master core. Synchronous serial interfaces are widely used to provide economical board-level interfaces between different devices such as microcontrollers, DACs, ADCs and other
interface--experiment4
- 微机原理与接口,接口实验,使用汇编语言,包括串行通信实验8251、数模转换器0832、模数转换器0809、步进电机控制实验、直流电机转速控制实验-Microcomputer Principle and interface, the interface experiments, the use of assembly language, including the serial communication experiment 8251, 0832 DACs, ADCs 0809, stepper
ADCS(NoDMA)
- 来自网络BBS上STM32控制器18路ADC采集非DMA方式,觉得有用-From the network on the BBS STM32 controller 18 branch ADC
stm32.ADCS-TM32-shenzhou3-lib3.5
- stm32.ADC-stm32神舟3号库函数3.5 adc数模转换-stm32.ADC sTM32 shenzhou3 lib3.5
Double-ADC-DMA-Double-buffer
- stm32f4范例,双ADC同时采样,通过DMA的双buffer模式传送,希望对初学者有帮助。范例完整,可直接在stm32f4dis上运行,环境nvision5-example for stm32f4dis,used to describe how to set double ADCs sampling simultaneous ,and send the data through the DMA Double buffer mode