Welcome![Sign In][Sign Up]
Location:
Search - DMA example

Search list

[VHDL-FPGA-VerilogDMADMA_fanli

Description: 详细介绍nios DMA范例,很有帮助的.-Nios DMA detailed examples, very helpful.
Platform: | Size: 6144 | Author: 朱蒙蒙 | Hits:

[Embeded-SCM DevelopDMA

Description: 在Nios里实现DMA的范例程序,在NiosIIIde里编译-Nios achieved in an example of DMA procedure, where the compiler NiosIIIde
Platform: | Size: 1024 | Author: 韩启祥 | Hits:

[SCMmsp430-dma

Description: MSP430单片机DMA例子程序,是学习MSP430单片机的最好参考-Single-chip DMA example MSP430 procedures, is to learn from the best reference MSP430 MCU
Platform: | Size: 21504 | Author: rolston | Hits:

[SCMDMA

Description: This example provides a description 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 the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED -This example provides a description 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 bufferstored as constant in the Flash memory to another buffer in the RAM memory.The received data are stored in the DST_Buffer.The DMA channel transfer complete interrupt is enabled to generate an interrupt atthe end of the buffer transfer. As soon as the transfer is completed an interrupt isgenerated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has beentransfered.TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED
Platform: | Size: 507904 | Author: kz02bcxg | Hits:

[Embeded Linuxlinuxdriver

Description: linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |--- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-linux device drivers | | DMA Example | | | 3c505.c | | | 3c505.h | | `dma.h |` static mapping examples | `mach-smdk2440.c |- | | NVRAM driver | |` generic_nvram.c | | Touch Screen Driver | | | as the input device | | | | s3c2410_ts.c | | | `s3c2410_ts.h | |` as an ordinary character equipment | | `s3c2410-ts.c | | watchdog driver | |` s3c2410_wdt.c | `platform equipment |` devs.c |- | | IDE Driver | | | ide-disk.c | | `ide-h8300.c |` RAMDISK driver | `rd.c
Platform: | Size: 53248 | Author: 张小冬 | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA

Description: STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对DMA进行操作。在许多情况下需要用到DMA,比如USB的批量传输等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the DMA. In many cases the need to use DMA, such as USB bulk transfer.
Platform: | Size: 50176 | Author: 熊刚 | Hits:

[Embeded LinuxLinuxDrivers

Description: Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2410 LCD驱动、FRAMEBUFFER应用程序范例-Linux2.6 kernel driver package examples: globalmem drive, including concurrency control globalmem drive, globalfifo-driven, poll sample applications, asynchronous notification application examples to support asynchronous notification globalfifo, S3C2410-driven real-time clock and second device drivers and applications, DMA example, static mapping example, as a touch screen input device driver, as a general character-driven touch-screen equipment, the watchdog driver, platform equipment, S3C2410 serial driver, S3C2410 I2C host drive, SAA711x I2C device driver, CS8900 Ethernet device drivers, S3C2410 LCD driver, FRAMEBUFFER application example
Platform: | Size: 585728 | Author: 清木 | Hits:

[Other Embeded programdma

Description: dsp的dma例子,mcbsp与dma之间通信-dsp' s dma example, mcbsp and communication between the dma
Platform: | Size: 208896 | Author: 陈善伟 | Hits:

[Linux-UnixLinuxDeviceDriver-DMA

Description: Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map example | `- mach-smdk2440. c
Platform: | Size: 20480 | Author: bob | Hits:

[source in ebookDMA

Description: 本范例源于书籍‘NiosII软件架构解析’DMA(Memory to Memory)驱动演示代码-This example from the book NiosII software architecture analysis
Platform: | Size: 1024 | Author: 万月敏 | Hits:

[ARM-PowerPC-ColdFire-MIPSIIC_test

Description: stm32 cortex-m3 dma 例子-stm32 cortex-m3 dma example
Platform: | Size: 31744 | Author: | Hits:

[Com Portcommunication-between-USART-using-DMA

Description: This example provides a basic communication between USART1 and USART2 using DMA capability, flags and interrupts.
Platform: | Size: 10240 | Author: 张建 | Hits:

[Other Embeded programDMA

Description: ARM DMA 测试例程,适合初次学习DMA内容的人士!-arm2440 dma test example for learn!
Platform: | Size: 3072 | Author: brennen | Hits:

[SCMLab4-DMA

Description: PIC24 DMA EXAMPLE PROJECT SOURCE CODE
Platform: | Size: 15360 | Author: haydogmus | Hits:

[Embeded-SCM DevelopNiosII-example

Description: 众多nios内核软件实例,包括Alarm范例、DMA范例、ISR范例、字符模式设备范例、Simple Flash范例-Nios core software of many examples, including the Alarm example, DMA example, ISR example, character-mode device example, Simple Flash Examples, etc.
Platform: | Size: 8192 | Author: 杨明辉 | Hits:

[SCMDMA-sample-application-of-msp430

Description: 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
Platform: | Size: 21504 | Author: 程佩 | Hits:

[Com PortUSART_DMA_Basic

Description: stm32 串口通讯使用DMA的例子。使用了ST公司的固件库2.0,mdk-stm32 serial communication using DMA example. Using ST' s Firmware Library 2.0
Platform: | Size: 1125376 | Author: 王国 | Hits:

[DSP programadc_dma

Description: 28335 DMA例程,只要介绍adc到dma的编程方法,不需要cpu参与-28335 DMA example program
Platform: | Size: 313344 | Author: 郭新涛 | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA

Description: arm st91 dma例子,对dma不熟悉的朋友,可以看考一下源码,很简单的一个例子,采用keil mdk开发 -arm st91 dma example, dma not familiar friends, you can see the test source, a very simple example, keil mdk development
Platform: | Size: 12288 | Author: 王明亮 | Hits:

[AlgorithmDMA

Description: This file is DMA Example
Platform: | Size: 15360 | Author: navid | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net