搜索资源列表
slac118b
- MSP430FG46xx source code, ADC, CLK, DAC, DMA, USART, USCI
Examples
- STM32 demo板的例程,其中包括AD,USART ,TIME1,TIME,CAN,DMA,FLASH,SPID等例程序,适合新手学习入门
usart
- stm32 DMA控制USART发送数据,每隔一段时间发送一次-Stm32 DMA control USART to send data, send once for a while
libraries.2009.1105.1839_v3.1.2
- This files are stm32f10x libs.(ad, da, dma, usart, spi, sdio, i2c, timer, exti, etc...)-This files are stm32f10x libs.(ad, da, dma, usart, spi, sdio, i2c, timer, exti, etc...)
stm32adc2dmausart
- 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
STM32_DMA_FIFO_an3109
- st company micro processor stm32f DMA FIFO communication.
USART_DMA
- 该代码演示了USART如何用DMA方式进行数据的收发。-The code demonstrates how to use DMA mode the USART to send and receive data.
DMA-memory-to-USART
- STM32f103 DMA传输 实现内存数据到串口传输功能-STM32f103 DMA transfers data to the serial port to implement the memory transmission function
Usart-DMA
- STM32F407 USART TX&RX DMA
STM32-USART-DMA-ping-pong-operation
- 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
ADC-(DMA-mode)
- 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
STM32-USART-DMA
- DMA独立于CPU的后台批量数据传输能力的串口通讯,控制器用的是stm32-DMA serial communication is independent of the CPU backend batch data transmission capability, the controller is used in stm32
LXP_PRO--DMA
- STM32 设置dma传输USART,只需要设置一些预定义和波特率就可以了-STM32 CONFIG dma FOR USART
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
usart
- STM32 串口通信程序 DMA 队列排序-STM32 serial communication program DMA
STM32-AD
- STM32双通道AD数据采集,DMA接收,USART发送(STM32 double channel temperature data acquisition)
DMA
- STM32 USART for DMA.
UsartHandle
- 该模块实现串口DMA发送中断接收,与系统或者外设通信,一发一答的方式,发送一帧数据,需等待对方应答,如果在规定时间内未等到ACK数据,发送端 会重发该数据,采用状态机制原理,对串口使用以及协议搭建很参考价值(The module DMA send serial interrupt receiving, and system or peripheral communication, one answer, send a frame of data, need to wait for the ans
USART
- 使用DMA+空闲中断,实现串口的不定长接收(Using DMA+ idle interrupt to realize the indefinite long reception of serial ports)
stm32F4_USART_DMADouble
- stm32F4的串口利用DMA收发数据,串口的空闲中断接收不定长数据(The serial port of stm32F4 uses DMA to send and receive data, and the free interruption of serial ports receives indefinite long data.)