搜索资源列表
DMATx
- 基于keil环境,内容为ARM7串口发送实验,用DMA方式实现。
DMARx
- 基于keil环境,内容为ARM7串口接收程序,用DMA方式实现
LPC17xx_Uart0
- LPC17XX系列Uart模块代码吗,可以直接在芯片RAM中仿真而不需要下载到芯片Flash中。代码主要实现单片机与上位机通过串口(RS232)进行通讯和数据交换。-LPC17XX Series Uart module code you can directly simulate the RAM chip to the chip without the need to download Flash. Code main MCU and host computer via serial port
DMA-memory-to-USART
- STM32f103 DMA传输 实现内存数据到串口传输功能-STM32f103 DMA transfers data to the serial port to implement the memory transmission function
STM32F103-DMA
- 设置STM32的DMA,利用它来实现串口数据传送,并在TFT-LCD模块上显示当前的传送进度,打开串口调试工具,按住轻触开关则可看到界面的信息-Set the STM32 DMA, use it to serial data transmission, and in the TFT-LCD module displays the current transfer progress, open the serial port debugging tool, hold down the touch
UARTX_DMA_Recv
- LPC1788单片机的DMA调试程序,实现串口DMA功能例程-DMA debug program for PC1788, DMA to serial port function routines
DMA
- 在单片机stm32上实现通过DMA将数据搬到串口上 串口将数据发到电脑上-DMA to move data through the serial port to send data to a computer on a single chip stm32
USBtoCAN
- DZ60 USB 转 CAN 转化程序,内含DZ60的串口模块程序和CAN模块程序,可实现类似DMA的高速数据传输效果-DZ60 USB to CAN conversion program, including DZ60 serial programming modules and CAN module procedures, can realize high speed data transmission effect is similar to the DMA
CC430F6137-DMA-UART
- CC430基于内部DMA模块,实现串口发送-CC430 UART DMA
STM32-DMA-Serial
- STM32 DMA方式实现串口接收和发送- STM32 DMA mode Serial can receive and send
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
ADC3andDMAhighspeed(2.4Msps)
- 硬件平台:STM32F429I-DISCORVERY 软件平台:KEIL MDK5.10 在STM32F429I-DISCO board中,由于串口2被L3GD20和液晶数据线占用,所以串口1很方便,而且还留了2个孔外接。 * 说 明 : 实现printf和scanf函数重定向到串口1,即支持printf信息到USART1 * 实现重定向,只需要添加2个函数: * int fputc(int ch, FILE *f) * int fgetc(FI
stm32usbsedtow
- 基于STM32串口的DMA双缓存收发的C实现源码-Based on STM32 serial DMA double buffering received and implemented in C source code
DMA_for_USART3
- STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
cc1110-no-use-DMA-receive-data
- iar9.3开发环境,cc1110非dam方式实现RF数据接收,可连续接收。带有串口打印功能。-Iar9.3 development environment, CC1110 non dam way to receive data
USART_test
- 库函数实现串口通信,DMA的方式实现串口通信(Serial communication based on library function)
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)
stm32程序
- 通过stm32f103实现双通道AD采集数据并以DMA的方式串口发送至上位机(A / D conversion and send the result through serial port by DMA.)