搜索资源列表
McBSP_EDMA
- 把Ti C6711 DSP上的McBSP配置成串口模式,通过EDMA通道以中断方式传给CPU作处理。-Ti put on the C6711 DSP McBSP Serial configured model, through EDMA access pass to interrupt the CPU for processing.
Software_UART_on_54xDSP
- 这是利用54xDSP的McBSP串口和DMA方式用软件方法配置UART的文档-This is the use of 54xDSP McBSP and DMA software used to configure the UART Documentation
DMATx
- 基于keil环境,内容为ARM7串口发送实验,用DMA方式实现。-Keil-based environment for ARM7 serial port to send the contents of the experiment, using DMA to achieve.
DMARx
- 基于keil环境,内容为ARM7串口接收程序,用DMA方式实现-Keil-based environment, the content for the ARM7 serial receive process, achieved with DMA
4uart_DMA
- S3C2410串口0 DMA方式原代码.-S3C2410 serial port 0 DMA way the original code.
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
uart0
- 次源码包含了LPC1700芯片串口通信的三种方式:DMA方式、查询方式、中断方式。只要修改读写信号就可以里脊运行。-This programme contains three ways of serial port communication of LPC1700:DMA, request and interrupt.
UART_RTC_TIMPLY
- TI M4内核的 LM4f系列 UART串口DMA方式发送和FIFO中断模式接收(附加hibernate RTC中断方式显示实时时间)-TI s M4 kernel LM4f series UART serial port DMA sent and the FIFO interrupt mode receiver (attached the hibernate RTC interrupt display real time)
USART1-Tx(DMA)
- 串口发送采用DMA方式,多次发次(基于uc/os-iii)-Serial port using DMA mode, repeatedly made plays (based uc/os-iii)
usart_dma
- STM32F103串口DMA方式 传输数据代码(使用库函数),包含初始化程序和使用- STM32F103 serial DMA transfer the data code (using library functions), including initialization procedures and the use of
UARTPDMAPDS18B20
- 用串口DMA方式驱动DS18B20 用串口DMA方式驱动DS18B20-UART and dma driver ds18b20
TCP_RS232_RS485(DMA)
- TCP_RS232_RS485双向数据透明传输例程(串口发送采用DMA方式)-TCP_RS232_RS485 transparent bi-directional data transfer routines (serial port using DMA mode)
STM32-DMA-Serial
- STM32 DMA方式实现串口接收和发送- STM32 DMA mode Serial can receive and send
STM32-bluetooth-transfer
- c语言程序,蓝牙传输,用串口DMA方式传输。代码实测可用-c code Bluetooth transfer
stm32-adc-dma
- 在 STM32 中,使用 ADC 时往往采用 DMA 传输方式,由 DMA 把 ADC 外设转换的数据传输到 SRAM,再进行处理,甚至直接把 ADC 的数 据转移到串口发送给上位机.-In STM32, often employ the use of ADC DMA transfer mode, the DMA the ADC peripheral conversion of data to the SRAM, and then
dma
- DMA 实现直接存储器存储,用串口方式或者adc方式,比较简单,可通过这个进行拓展-DMA direct memory storage, serial port adc way or manner, relatively simple and can be expanded through this
dma usart
- MODBUS 实现用DMA方式传输串口数据(MODBUS DMA slave MODBUS DMA slave)
用串口DMA方式接收发送数据
- 在STM32板子与电脑串口助手进行通信,用串口的DMA方式,先接收,再发送到PC端,可以连续接收,通过按键一次发送.(In the STM32 board and computer serial assistant for communication, using the serial port DMA way, first receive, and then sent to the PC terminal, you can recei
UsartHandle
- 该模块实现串口DMA发送中断接收,与系统或者外设通信,一发一答的方式,发送一帧数据,需等待对方应答,如果在规定时间内未等到ACK数据,发送端 会重发该数据,采用状态机制原理,对串口使用以及协议搭建很参考价值(The module DMA send serial interrupt receiving, and system or peripheral communication, one answer, send a fr a me o
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them a