搜索资源列表
利用DMA方式实现数据采样
- 利用DMA方式实现数据采样,采集一个12位AD卡,利用VC开发的,很有参考价值
Linux对ISA总线DMA的实现
- Linux对ISA总线DMA的实现-Linux ISA DMA to the realization
pci 卡DMA驱动程序
- 这个源码是pci卡,在windows环境下wdm驱动程序的实现。-this source is pci cards, in the windows environment wdm drivers realized.
Interrupt&DMA
- 这是一个在TI DSP上用C语言实现的DMA中断程序的试验例程-This is a TI DSP C language DMA interrupt program to the test routines
8086-DMA
- 利用8086和8237实现DMA传输,适用于学习DMA原理的-use 8086 and 8237 to achieve DMA, DMA apply to the principle of learning
DMA
- 在Nios里实现DMA的范例程序,在NiosIIIde里编译-Nios achieved in an example of DMA procedure, where the compiler NiosIIIde
dma
- linux嵌入式系统的dma方式的实现代码-linux embedded system approach to achieve dma code
dma
- 自己实现的一个DMA链的源码,目前是用在BF533上的,大家拿去改改,可以移植到其它芯片上-Their own realization of the source of a DMA chain, is currently used in the BF533, we instead changed, can be transferred to other chip
DMA
- STM32 CORTEX F10x系列的“DMA”模块的测试程序,有助于快速入门全新的ARM12 32bit微控制器。提供性价比高的中高端实现方案。-STM32 CORTEX F10x series of " DMA" module test procedures, contribute to Quick Start new ARM12 32bit microcontrollers. Provide cost-effe
DMA
- 针对QUARTUS的DMA的VHDL代码实现-DMA Controller Code in VHDL
DMA
- ARM9嵌入式系统中进行DMA通道的数据传输,在DMA传输中,利用了中断,主要是DMA中断。在此函数的实现过程中,包含了很多信息有通道数、源地址、目的地址、传输数据大小、传输单元以及方式等。-ARM9 embedded system DMA channel for data transmission, the DMA transfer, the use of interrupted, mainly DMA interrupt. The
DMA
- ,DMA方式就是在一定时间段内,由DMA控制器取代CPU,获得总线控制权,来实现内存与外设或者内存的不同区域之间大量数据的快速传送。-, DMA mode is in a certain period of time, by the DMA controller to replace the CPU, access to the bus control, to achieve the memory and peripherals or
dma
- 实现TMS320C5402的DSP处理器的DMA方式数据传递。-Realizing for the DSP processor TMS320C5402 in DMA mode data transfer.
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器
PCI-DMA
- PCI视频采集的驱动程序,采用DMA方式实现数据到内存的传输-PCI,DMA
DMA
- ARM Cortex M3 STM32 DMA功能的实现,以及使用。-ARM Cortex M3 STM32 DMA function implementation, and use.
stm32-adc-DMA
- 用stm32f103实现adc多路输入,并使用到dma-Adc with stm32f103 achieve multi-channel input, and use the dma
DMA
- 使用了DMA,实现了STM32 ADC的多通道采集,准确快速,不丢失数据-Use the DMA
【06】红牛板_USART_DMA(2016.05.04)
- 基于stm32单片机串口DMA实现方法详细介绍(Detailed introduction of DMA implementation method based on STM32 microcontroller serial port)
ADC+DMA调试成功
- stm32单片机使用DMA实现ADC采集(STM32 MCU uses DMA to realize ADC collection)