CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - dma stm32

搜索资源列表

  1. ADC_dam_9

    0下载:
  2. STM32非固件库,实现功能:ADC通过DMA传输-Non-STM32 firmware library, implementation features: ADC through the DMA transfer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:53027
    • 提供者:发个
  1. stm32_adc

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3925
    • 提供者:韩武纪
  1. mobus

    0下载:
  2. stm32 modbus example
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:294498
    • 提供者:sallum
  1. ourdev_478944

    2下载:
  2. PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
  3. 所属分类:其他小程序

    • 发布日期:2013-09-04
    • 文件大小:627787
    • 提供者:ztx
  1. DMA

    0下载:
  2. 利用STM32的更新请求的DMA来从内存中传输数据到捕获比较寄存器-This example provides a descr iption of how to use DMA with TIM1 Update request to transfer Data from memory to TIM1 Capture Compare Register3.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:8672
    • 提供者:梁凯
  1. STM32_SPI

    0下载:
  2. STM32 SPI配置例程,适用STM32各种芯片,详细的介绍了 SPI的配置过程。根据例子修改即可应用。-STM32 DAM configuration routine, a variety of chips for STM32, detailed introduction to the DAM in the configuration process. Examples can be modified based application.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:8809
    • 提供者:zhuerwei
  1. DMA_test

    0下载:
  2. stm32 cortex-m3 dma 例程-stm32 cortex-m3 dma routines
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:276871
    • 提供者:
  1. IIC_test

    0下载:
  2. stm32 cortex-m3 dma 例子-stm32 cortex-m3 dma example
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:31365
    • 提供者:
  1. DMA_I2C

    1下载:
  2. ,STM32F10X DMA IIC操作,STM32例程包之一-, STM32F10X DMA IIC operation, STM32 routine one package
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:966723
    • 提供者:sddp001
  1. STM32ADCsample

    0下载:
  2. 使用STM32如何采集单个通道的模拟输入,通过模数转换器(ADC)将模拟量转化为数据,并通过DMA把数据转移到内存中。-STM32 how to use a single channel analog input acquisition by ADC (ADC) will be converted to analog data and the data transferred by DMA to memory.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:13065
    • 提供者:zhy0205
  1. USART_DMA_Basic

    0下载:
  2. stm32 串口通讯使用DMA的例子。使用了ST公司的固件库2.0,mdk-stm32 serial communication using DMA example. Using ST' s Firmware Library 2.0
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1125421
    • 提供者:王国
  1. DMA

    0下载:
  2. 该程序是基于stm32意法半导体上的adc基础试验程序,对初学者有很大帮助!-The program is based on STMicroelectronics stm32 adc on the basis of test procedures, are very helpful for beginners!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:531546
    • 提供者:黄兴
  1. STM32_DMA_FIFO_an3109

    0下载:
  2. st company micro processor stm32f DMA FIFO communication.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1253659
    • 提供者:mm
  1. ADC--DMA

    0下载:
  2. 实践STM32中的模数转换模块ADC功能以及附带DMA数据读取提高转换速度 ,附有详细的源码-STM32 practice module in the analog-digital conversion ADC with DMA data read function and increase the conversion rate, with detailed source
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:11041
    • 提供者:应启昆
  1. licheng

    0下载:
  2. stm32的有关例程,GPIO ,,ADC,DMA,-stm32 of the routine, GPIO,, ADC, DMA,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:350938
    • 提供者:hai
  1. DMA

    0下载:
  2. 基于stm32的DMA基础编程,通过usars向上位机发送数据-Based on the DMA-based programming stm32 by usars up bit machine to send data
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:765976
    • 提供者:senyao
  1. myprj_uart-adc-dma

    0下载:
  2. 自学原创,基于STM32红牛开发板写的,AD采样然后由DMA方式传到DA再输出的程序,是学习STM32的DMA功能的简单案例。-Original self-study, based on STM32 development board to write the Red Bull, AD sampling and then transmitted by the DMA mode and then the output of the DA process, the STM32 DMA functio
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-05-04
    • 文件大小:299296
    • 提供者:
  1. STM32-ADC-DMA

    1下载:
  2. STM32F103C8T6 ADC驱动程序,采用DMA传送方式-STM32F103C8T6 ADC Driver
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:2117
    • 提供者:
  1. DMA

    0下载:
  2. open 公司的STM32嵌入式单片机的应用、主要包括DMA库的使用,模数转化与 DMA的共同 工作。-this code is running on the open MCU.D/A and DMA used on it
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:435107
    • 提供者:linmou
  1. DMAtest

    0下载:
  2. 基于STM32单片机的DAM串口通信实验,传输成功后将会有提示信息-STM32 MCU the DAM serial communication experiment, the transmission success will be followed by message
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:71460
    • 提供者:hjc336
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com