搜索资源列表
dma-chuanshu
- 这是基于MSP430的DMA数据传输程序,程序中较为详细的中文解释。欢迎下载。-This is based on the MSP430 DMA data transfer procedures, the process is more detailed explanation of the Chinese. Welcome to download.
msp430-dma
- MSP430单片机DMA例子程序,是学习MSP430单片机的最好参考
C51-DMA
- 单片机控制下的基于DMA的高速数据采集系统
DMA
- This example provides a descr iption of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in th
DMA
- DMA例程,51单片机读写DMA的C语言程序和汇编程序
DMA
- 用STM32的DMA平编写的一个电子钟。平台为keil-STM32 with the DMA ping prepared an electronic bell. Platform keil
DMA
- CC2430 DMA程序 CC2430 DMA程序 CC2430 DMA程序-CC2430 DMA process procedures CC2430 DMA procedures CC2430 DMA procedures CC2430 DMA
DMA
- stm32 dma资料+程序,适合新手学习使用-stm32 dma data+ program, suitable for beginners learning to use
DMA
- cc2430中的DMA(直接内存存取)的使用程序-cc2430 procedures in the use of DMA
DMA-sample-application-of-msp430
- msp430的DMA例子程序。用于实验板,用于15x 16x。MCLK:8MHz ACLK:32.768kHz-msp430' s DMA sample application. For the experimental plate for 15x 16x. MCLK: 8MHz ACLK: 32.768kHz
DMA
- 基于火牛开发板STM32103系列的DMA测试代码,调试并通过运行,非常适合初学者学习。-AC adapter-based development board STM32103 series of DMA test code, debug, and by running, very suitable for beginners to learn.
adc-dma-tim1
- this project use for STM32f10x . it s related ADC convertion test . use DMA
DMA
- stm32 采用dma方式使用定时器的例程-stm32 timer use dma to realize
timer+ADC+DMA
- 基于STM32F407的程序,实现了通过DMA方式进行ADC采样,并通过定时器定是触发。程序中使用了ADC3-channel0,1,2;通过定时器2触发。程序已在STM32F407开发板上验证。(Based on the STM32F407 program, to achieve the ADC sampling through the DMA, and through the timer is triggered. ADC3-channel0,1,2 is used in the progra
【19】DMA PWM WS2812 GPIO输出16组
- STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有
DMA实验亲测可用
- STM32的DMA实验,亲测可用。内有详细的讲解文档,很好的学习资料。(The DMA test of STM32 can be used as a parent test. There is a detailed explanation of the document, a good learning materials.)
dma+串口接收
- 无需中断产生,直接使用DMA接收串口的数据,直接下载下来,编译即可,(No need to interrupt, directly use the DMA to receive data from the serial port, download directly, compile it)
无FIFO摄像头 DMA传送
- 该程序是使用了无fifo的7670摄像头,使用dma传输方式,能够稳定传输图像(The program uses a FIFO - free 7670 camera and uses DMA transmission to stabilize the transmission of the image)
stm32 ad dma can 485
- IO口采集AD值,然后经过DMA传输,数据通过CAN 以及486相互传输,CPU执行其他指令(The AD value is collected by the IO port and transmitted by DMA. The data is transmitted by CAN and 486. The CPU executes other instructions.)
mini简易示波器 ADC+DMA
- 基于正点原子mini板的简易示波器 ADC+DMA+LCD(Embadded Oscilloscope STM32F203RCT6)