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

搜索资源列表

  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_ADC

    0下载:
  2. STM32 ADC信号采集,可用于电压检测-STM32 DMA&ADC initialization and can be used for analog signal acquisition and test voltage
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:2281
    • 提供者:linhongbing
  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. 4-chanal-adc-with-DMA-STM32

    0下载:
  2. 4 chanal adc with DMA STM32
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-14
    • 文件大小:3515748
    • 提供者:amin
  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. 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. 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. 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. 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. DMA

    0下载:
  2. 在单片机stm32上实现通过DMA将数据搬到串口上 串口将数据发到电脑上-DMA to move data through the serial port to send data to a computer on a single chip stm32
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1707040
    • 提供者:jam
  1. STM32-IIC

    4下载:
  2. 自己根据3.5库改进的STM32硬件IIC,使用DMA,解决网上其他例程弊病,内含完整工程,运行通过。-IIC STM32 hardware itself according to the 3.5 library improvements, using DMA, other routines to solve the Internet s ills, including complete engineering, running through.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-08-24
    • 文件大小:7334912
    • 提供者:奇诺
  1. 5.DMA

    0下载:
  2. stm32的DMA例程,可以获得关于其相关学习知识,布局规则,适合初学-this is a demo that describe DMA on the STM32
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4687035
    • 提供者:枫林不爱晚
  1. Stm32-adc-mon

    0下载:
  2. stm32 多通道 adc 采样 无需dma也可以进行多路采样 -Stm32 multi-channel adc sampling without dma can also be multiple sampling
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4727458
    • 提供者:黎棉麒
  1. dma

    0下载:
  2. stm32 MDA示意代码-Stm32 MDA code signal
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:骆小明
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com