搜索资源列表
main
- STM32 使用DMA串口收发,外加环形队列(fifo),可以应用到大量数据收发。-STM32 DMA serial transceiver, plus a circular queue (the fifo) can be applied to large amounts of data to send and receive.
2530_UART_DMA
- CC2530 使用DMA方式 进行串口的收发(IAR 8.30); 20个字节内,2530将接收的字节进行串口输出。-the tx/rx of uart is used dma
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
stm32f103_uart
- stm32f103串口程序,使用串口3,利用DMA的方式进行收发,亲测好用-stm32f103 serial procedures, 3, using DMA ways to use the serial port to send and receive, pro-test is easy to use
stm32usbsedtow
- 基于STM32串口的DMA双缓存收发的C实现源码-Based on STM32 serial DMA double buffering received and implemented in C source code
STM32RS232通讯_DMA收发数据
- STM32F107VCT6串口DMA数据通讯测试(STM32F107VCT6 serial DMA data communication test)
串口1,DMA收发
- 基于STM32F103C8T6的串口通信实验,已调测通过(STM32F103C8T6 based serial communication experiment, has been passed through the test)
测试程序
- ADUCM360 UART串口学习: UART串口通讯的使用非常广泛,是一个全双工通用异步收发器,兼容工业标准16450,支持DMA。能在串行和并行数据之间可靠的转换。程序的调试常常通过串口发送和接收数据,来修改程序。 异步串行通讯协议包括:a: 5到8比特数据 b:1、2或1.5个停止位,c:无、奇、或偶校验。d:波特率。所有的数据字要求一位起始位和至少一位停止位,产生了支持7至12位范围的字长。(ADUCM360 UART serial learning: UART serial
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.)
串口空闲中断+DMA收发(基于STM32F103ZET6)
- 功能:使用串口调试助手给单片机发送数据, 单片机利用DMA接收后再通过DMA将数据返给调试助手