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

搜索资源列表

  1. AD_2_Channel_temp_DMA

    0下载:
  2. STM32的一个演示例子 其中包括AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输和USART模块的应用。 代码全部原创 具有很高的参考价值-STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission and USART module applications. A
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-06
    • 文件大小:1.1mb
    • 提供者:刘大川
  1. stm32adc2dmausart

    0下载:
  2. STM32的ADC采集模拟电压,转换结果以DMA方式传输给USART,USART通过串口发送到上位机-STM32 of the ADC analog voltage acquisition, the conversion results mode DMA transfer to the USART, USART to the PC via the serial port
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3.18kb
    • 提供者:杨善宁
  1. USRTA_DMA_Temprue

    0下载:
  2. stm32系列处理器中DMA、USART和温度传感器的综合应用实例,全面精致。-stm32 series processors in the DMA, USART, and temperature sensor integrated application examples, a comprehensive fine.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3.29mb
    • 提供者:陈子午
  1. STM32F10X_DEMO_3.5.0

    0下载:
  2. 基于STMF103ZET6移植最新固件库3.5.0版本,是一个完整的工程,并详细中文注释,包括按键,TFTLCD液晶显示、SPI.USART.I2C,FSMC,DMA,DAC,ADC等常用外设模块文件,完全调试测试通过,可以直接使用哦。-Transplantation based on the latest firmware library STMF103ZET6 version 3.5.0, is a complete project, and detailed notes in Chines
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3.39mb
    • 提供者:袁强
  1. NewSTM32F4xx_uCosII

    0下载:
  2. 基于STM32F4的ucosII移植程序,包含在ucosII下的DMA USART串口发送程序,无CPU干预,直接通过DMA向上位机发送数据!-Based STM32F4 of ucosII transplant procedures contained in ucosII the DMA USART serial transmission program, without CPU intervention, directly by the DMA to send data up crew!
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7.18mb
    • 提供者:刘大头
  1. ADCDMAUSART

    0下载:
  2. STM32F103ZE ADC DMA USART 温度读取ADC,数值存入DMA,通过USART串口调试显示-STM32F103ZE ADC DMA USART temperature reading ADC, the value stored in DMA, via USART serial debugging display
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2.82mb
    • 提供者:严季纶
  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
    • 文件大小:846kb
    • 提供者:PIC16F54
  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
    • 文件大小:287.27kb
    • 提供者:朱海兵
  1. STM32-USART

    1下载:
  2. 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:20.42kb
    • 提供者:王滔
  1. STM32_Bipolar-stepper-motor-drive

    1下载:
  2. STM32双极性步进电机驱动的源代码,完整的功能,库文件。 KEIL下运行-Main function: HAL generic update Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &= Fix on Timeout management, Timeout value set to 0 pas
  3. 所属分类:Other Embeded program

    • 发布日期:2016-06-13
    • 文件大小:4.75mb
    • 提供者:张海蓝
  1. STM32F10x_StdPeriph_Lib_V3.5.0

    0下载:
  2. ADC examples 3 & 4 updated DEBUG example Example modified to support RIDE specific printf function implementation I2C example5 i2c_ee.c: add the following function prototypes: "void GPIO_Configuration(void)" add "void I2C_C
  3. 所属分类:单片机开发

    • 发布日期:2018-04-19
    • 文件大小:21.5mb
    • 提供者:ROCKYL8
  1. 2016.08.30

    0下载:
  2. ADC以DMA模式通过usart串口与主机通信 STM32F051(2016.08.30 ADC communicate with the host via the USART serial port in DMA mode, STM32F051.rar)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:2.03mb
    • 提供者:浮云之苍苍
搜珍网 www.dssz.com