CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - DMA

搜索资源列表

  1. dma-chuanshu

    0下载:
  2. 这是基于MSP430的DMA数据传输程序,程序中较为详细的中文解释。欢迎下载。-This is based on the MSP430 DMA data transfer procedures, the process is more detailed explanation of the Chinese. Welcome to download.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2233
    • 提供者:leo
  1. msp430-dma

    1下载:
  2. MSP430单片机DMA例子程序,是学习MSP430单片机的最好参考
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:21322
    • 提供者:rolston
  1. C51-DMA

    0下载:
  2. 单片机控制下的基于DMA的高速数据采集系统
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-18
    • 文件大小:2672
    • 提供者:张品
  1. DMA

    0下载:
  2. 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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:508171
    • 提供者:kz02bcxg
  1. DMA

    0下载:
  2. DMA例程,51单片机读写DMA的C语言程序和汇编程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3052
    • 提供者:萧遥
  1. DMA

    0下载:
  2. 用STM32的DMA平编写的一个电子钟。平台为keil-STM32 with the DMA ping prepared an electronic bell. Platform keil
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:15122
    • 提供者:戴求淼
  1. DMA

    1下载:
  2. CC2430 DMA程序 CC2430 DMA程序 CC2430 DMA程序-CC2430 DMA process procedures CC2430 DMA procedures CC2430 DMA procedures CC2430 DMA
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:17277
    • 提供者:魏德宝
  1. DMA

    0下载:
  2. stm32 dma资料+程序,适合新手学习使用-stm32 dma data+ program, suitable for beginners learning to use
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:36879
    • 提供者:hehongbo
  1. DMA

    0下载:
  2. cc2430中的DMA(直接内存存取)的使用程序-cc2430 procedures in the use of DMA
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:61784
    • 提供者:zw
  1. DMA-sample-application-of-msp430

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:21698
    • 提供者:程佩
  1. DMA

    0下载:
  2. 基于火牛开发板STM32103系列的DMA测试代码,调试并通过运行,非常适合初学者学习。-AC adapter-based development board STM32103 series of DMA test code, debug, and by running, very suitable for beginners to learn.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:525414
    • 提供者:wuyu
  1. adc-dma-tim1

    0下载:
  2. this project use for STM32f10x . it s related ADC convertion test . use DMA
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2244332
    • 提供者:stm32
  1. DMA

    1下载:
  2. stm32 采用dma方式使用定时器的例程-stm32 timer use dma to realize
  3. 所属分类:SCM

    • 发布日期:2014-06-13
    • 文件大小:9216
    • 提供者:kylin ma
  1. timer+ADC+DMA

    1下载:
  2. 基于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
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:8163328
    • 提供者:guanzhiyuan
  1. 【19】DMA PWM WS2812 GPIO输出16组

    2下载:
  2. 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请求将所有
  3. 所属分类:单片机开发

    • 发布日期:2017-12-28
    • 文件大小:2373632
    • 提供者:spt
  1. DMA实验亲测可用

    0下载:
  2. 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.)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-05
    • 文件大小:138240
    • 提供者:starrr
  1. dma+串口接收

    3下载:
  2. 无需中断产生,直接使用DMA接收串口的数据,直接下载下来,编译即可,(No need to interrupt, directly use the DMA to receive data from the serial port, download directly, compile it)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-04
    • 文件大小:2747392
    • 提供者:lifeyx
  1. 无FIFO摄像头 DMA传送

    0下载:
  2. 该程序是使用了无fifo的7670摄像头,使用dma传输方式,能够稳定传输图像(The program uses a FIFO - free 7670 camera and uses DMA transmission to stabilize the transmission of the image)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:16634880
    • 提供者:tgy112
  1. stm32 ad dma can 485

    1下载:
  2. 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.)
  3. 所属分类:单片机开发

    • 发布日期:2019-10-14
    • 文件大小:7674880
    • 提供者:笨小孩159
  1. mini简易示波器 ADC+DMA

    3下载:
  2. 基于正点原子mini板的简易示波器 ADC+DMA+LCD(Embadded Oscilloscope STM32F203RCT6)
  3. 所属分类:单片机开发

    • 发布日期:2020-09-16
    • 文件大小:7320576
    • 提供者:青空之诗
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com