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

搜索资源列表

  1. STM32-serial-driver-

    0下载:
  2. STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索),多功能整合,方便各种情况使用-STM32 serial driver (circular queue+ memory dynamically allocated+DMA+ phonetic search), multi-function integrated, easy to use a variety of situations
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-16
    • 文件大小:4357078
    • 提供者:付伟
  1. STM32-ADC

    0下载:
  2. STM32开启DMA进行ADC转换,并透过串口上传转换的数据,-STM32 open the DMA ADC conversion and uploading data through serial conversion,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:457642
    • 提供者:孙中山
  1. STM32_DMA_MADC

    0下载:
  2. 描述:用ADC连续采集11路模拟信号,并由DMA传输到内存。ADC配置为扫描并且连续转换模式,ADC的时钟配置为12MHZ。在每次转换结束后,由DMA循环将转换的数据传输到内存中。ADC可以连续采集N次求平均值。最后通过串口传输出最后转换的结果。-STM32 ADC USE DMA /STM32 ADC USE DMA STM32 ADC USE DMA /STM32 ADC USE DMA
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-24
    • 文件大小:12455
    • 提供者:ZZZ
  1. stm32-spi-sst25vf040-u-disk

    0下载:
  2. 这个建立在STM32 arm-M3平台上的c程序应用,这是使用DMA的纯硬件操作,在设置好程序的寄存器后,就可以不进行操作就可读到数据,基本上操作就是启动外设的过程-This built on the STM32 arm-M3 platform c program application, which is the use of pure hardware DMA operation, set up after the program register, you can read the dat
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-18
    • 文件大小:4613120
    • 提供者:renyanwei
  1. STM32-USART-DMA-ping-pong-operation

    0下载:
  2. USART&DMA乒乓操作接收任意长度数据(STM32) STM32 单片机 参考代码 完整工程,可以在阿莫论坛上找到相关讨论帖-USART & DMA ping-pong operation to receive data of arbitrary length. STM32 microcontroller reference code complete works. This code can be found in the discussion thread
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:866307
    • 提供者:PIC16F54
  1. ADC-(DMA-mode)

    0下载:
  2. STM32(ADC采样DMA方式)ADC (DMA方式) 实验中用到了GPIO、RCC、USART、DMA及ADC外设-STM32 (ADC sampling DMA mode) ADC (DMA mode) experiment uses GPIO, RCC, USART, DMA and ADC peripherals
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:337639
    • 提供者:将的肯德基
  1. adc-dma

    0下载:
  2. 这是stm32 dma-adc的一个程序源码-This is a program source code stm32 dma-adc of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2471223
    • 提供者:刘源
  1. STM32-AD-TIM

    0下载:
  2. 基于STM32单片机的TIM2定时器触发AD转换,控制AD的转换速率,弥补DMA传输速度过快导致数据处理混乱的问题。-Trigger AD conversion is based STM32 microcontroller TIM2 timer controls the AD conversion rate to make up for excessive speed DMA transfer of data processing leads to confusion problems.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-23
    • 文件大小:7220907
    • 提供者:chenming
  1. STM32-AD(DMA)-interrupt

    0下载:
  2. 基于STM32的AD信号采集,采用DMA传输数据时,直接从SRAM取出数据时,DMA仍在数据传输,导致数据的实时性低,采用DMA中断取出数据,可保证在一段时间内数据的准确性,但也会丢失一部分ADC数据,适用于阶段性数据取样。-Based on the AD STM32 signal acquisition when using DMA data transfer, data is directly taken out from the SRAM, DMA is still data transm
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7502701
    • 提供者:chenming
  1. ADC(DMA-mode)

    0下载:
  2. 这是野火教程关于STM32内部ADC部分的详细描述,利用DMA传输数据,适合初学者.-This is a detailed descr iption of STM32 wildfire Tutorial Part ADC, using DMA to transfer data, suitable for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1146410
    • 提供者:王国军
  1. STM32-ADC-oversampling

    0下载:
  2. 使用STM32单片机ADC模块的过采样技术使采样值更稳定,是一种时间换精度的方法。-This firmware gives the STM32 ADC oversampling using triangular dither. This method consists on adding a triangular signal to the input signal and sampling it with a rate. The timer TIM2 is used to g
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1009073
    • 提供者:sdl
  1. ADCPDMA

    0下载:
  2. stm32的DAC+dma-stm32 of DAC+dma
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:315960
    • 提供者:张张
  1. UART-DMA

    0下载:
  2. STM32的UART发送、接收DMA模式函数配置方法,已经调试可用。-Configuration method of STM32 UART using DMA mode to realize duplex communication function, debugging has been available.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2176
    • 提供者:林勇
  1. ALIENTEK-MINISTM32--DMA

    0下载:
  2. 基于STM32的DMA实验,适合初学者下载使用-Experiments based STM32 DMA, suitable for beginners to learn to download
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1256244
    • 提供者:夏军
  1. DMA

    0下载:
  2. 基于STM32系列单片机的DMA方式数据传输,是网上搜到的一些例程以及教程,方便大家使用.-STM32 MCU-based DMA mode data transfers, online search to some routines and tutorials to facilitate everyone to use.
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5866683
    • 提供者:zhang
  1. STM32-DMA-test

    1下载:
  2. stm32f103zet6的DMA实验中断版本实验例程源码,带有注释,一目了然-The DMA interrupt stm32f103zet6 experimental test routines source version, with comments, at a glance
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:141065
    • 提供者:koko
  1. ALIENTEK-MINISTM32-DMA-TEST

    0下载:
  2. 本实验将实现如下功能:利用外部按键KEY0来控制DMA的传送,每按一次KEY0,DMA就传送一次数据到USART1,然后在TFTLCD模块上显示进度等信息。DS0还是用来做为程序运行的指示灯。本实验可以SWD下载,但是不能仿真(不能正常操作).-STM32 spi test
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:1390284
    • 提供者:陈志刚
  1. STM32-peripherals-classic-summary

    0下载:
  2. STM32主要外设编程总结,说的很实用,含时钟安全CSS、中断、dma、看门狗及Flash等。-STM32 peripherals programming main conclusion that is very useful, including clock security CSS, interrupts, dma, and Flash and other watchdog.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:8057
    • 提供者: 颜景刚
  1. STM32-USART-DMA

    0下载:
  2. DMA独立于CPU的后台批量数据传输能力的串口通讯,控制器用的是stm32-DMA serial communication is independent of the CPU backend batch data transmission capability, the controller is used in stm32
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:294163
    • 提供者:朱海兵
  1. BIG-DMA

    0下载:
  2. 由于STM的DMA方面文档比较难找。STM32下的DMA1和DMA2下的通道对应图解,适用于大容量产品-Because DMA STM s more difficult to find aspects of the document. DMA1 and channel DMA2 under STM32 under the corresponding diagrams, suitable for large-capacity products
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:90653
    • 提供者:jionglk
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com