搜索资源列表

  1. 3-ADC—多通道(DMA读取)

    0下载:
  2. stm32103adc通过DMA进行多通道读取(Adc through the DMA for multi-channel read)
  3. 所属分类:嵌入式/单片机编程

  1. AD-DMA

    0下载:
  2. 通过DMA把ADC结果存入DMA的RAM中,使用时可以在程序内部直接读取,比EEPROM方便快捷。包含PROTEUS仿真电路图。(Through DMA, the ADC results are stored in the DMA of RAM, and it can be read directly inside the program when using. It is more convenient and faster than
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:113664
    • 提供者:呼啦圈
  1. 练习16-DMA+ADC

    0下载:
  2. 多通道采集,STM32的ADC和DMA,已经调试完毕(Multi-channel acquisition)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:698368
    • 提供者:穆天成
  1. dma usart

    0下载:
  2. MODBUS 实现用DMA方式传输串口数据(MODBUS DMA slave MODBUS DMA slave)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:5728256
    • 提供者:chaoqiang
  1. DMA

    0下载:
  2. lpc1768 DMA程序,快速读取外部数据,直到CPU。。。。。。。。。。。(Lpc1768 DMA program that quickly reads external data until the CPU. The The The The The The The The The The)
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. 用串口DMA方式接收发送数据

    0下载:
  2. 在STM32板子与电脑串口助手进行通信,用串口的DMA方式,先接收,再发送到PC端,可以连续接收,通过按键一次发送.(In the STM32 board and computer serial assistant for communication, using the serial port DMA way, first receive, and then sent to the PC terminal, you can recei
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-05
    • 文件大小:2217984
    • 提供者:wisdomM
  1. DMA M2M

    0下载:
  2. 嵌入式开发DMA程序,进行寄存器和寄存器之间的数据传输。(RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1,ENABLE); DMA_DeInit(DMA1_Channel3); DMA_InitStructure.DMA_PeripheralBaseAddr = (u32)TIM3_CCR3; DMA_InitStructure.DMA_MemoryBaseAddr = (u3
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-05
    • 文件大小:2812928
    • 提供者:郝小元
  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-chan
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:8163328
    • 提供者:guanzhiyuan
  1. SPI_LCD的DMA传输

    0下载:
  2. 在显示刷新时可以不占用CPU运算时间,利用芯片内的DMA做数据通信,节约CPU资源。提高CPU的运行较率。(Achieve large data transfer)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:xugong
  1. stm32定时器+ADC+DMA+双缓冲 实现数据采集

    1下载:
  2. stm32定时器+ADC+DMA+双缓冲 实现数据采集()
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:1643520
    • 提供者:~嘻嘻嘻
  1. ADC+DMA+FATFS

    0下载:
  2. 利用DMA模式进行多通道ADC采集并写入SD卡的txt文件。适用于温湿度、压力变送器等。(Use DMA mode for multi-channel ADC acquisition and write SD card TXT file. Suitable for temperature, humidity, pressure transmitter, etc..)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:11778048
    • 提供者:TU格格
  1. DMA加串口1空闲收发数据20170310

    0下载:
  2. 信号数据以DMA转发的形式实现串口转以太网(Data in the form of DMA to achieve serial Ethernet)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-05
    • 文件大小:9720832
    • 提供者:卧栏听雨
  1. 【19】DMA PWM WS2812 GPIO输出16组

    1下载:
  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引脚将变
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:2373632
    • 提供者:spt
  1. 第六个工程-dma-usart

    0下载:
  2. 在mdk环境下利用stm32 f407单片机实现串口dma功能(To achieve the MDK5 stm32f407 single-chip serial port dma function)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:8988672
    • 提供者:喵喵甜
  1. ADC1多通道DMA--软件触发

    0下载:
  2. 通过DMA将ADC采集到的多路ADC数据存到内存中,ADC采集通过软件触发。(The data collected by ADC is stored in memory through DMA.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:3506176
    • 提供者:Suns@asd
  1. ADC1-DMA

    0下载:
  2. stm32 ADC-DMA功能。。。。。。。。。。。。。。(stm32 ADC-DMA function)
  3. 所属分类:其他小程序

  1. ADC+DMA+定时器

    0下载:
  2. 以STM32F1为平台,完成了定时器触发ADC,再采用DMA进行传输的功能。(With STM32F1 as the platform, the timer trigger ADC, and then use DMA to transfer function.)
  3. 所属分类:DSP编程

    • 发布日期:2024-05-05
    • 文件大小:9524224
    • 提供者:凌98
  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. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:138240
    • 提供者:starrr
  1. 实验21 DMA实验

    0下载:
  2. STM32的DMA程序,亲测可用。内有详细注释和说明文档,很好的参考资料。(STM32 DMA program, pro - test available. There are detailed notes and documentation, good references.)
  3. 所属分类:DSP编程

    • 发布日期:2024-05-05
    • 文件大小:130048
    • 提供者:zhaoxin5003
  1. dma+串口接收

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

    • 发布日期:2024-05-05
    • 文件大小:2747392
    • 提供者:lifeyx
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org