搜索资源列表
DMATx
- 基于keil环境,内容为ARM7串口发送实验,用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 processed, or even directly to
dma
- DMA 实现直接存储器存储,用串口方式或者adc方式,比较简单,可通过这个进行拓展-DMA direct memory storage, serial port adc way or manner, relatively simple and can be expanded through this
cc1110-no-use-DMA-receive-data
- iar9.3开发环境,cc1110非dam方式实现RF数据接收,可连续接收。带有串口打印功能。-Iar9.3 development environment, CC1110 non dam way to receive data
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 receive continuously, sent through
ADC-DMA
- 连续采集AD转换值,使用DMA的方式保存,并使用串口将AD转换结果打印(Continuous collection of AD conversion value, using the DMA way to save, and use the serial port to print the AD conversion results)
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
DMA实验nvic
- 用stm32f103控制nand flash,采用DMA方式把FPGA传输过来的数据存到Flash里,输入f1,f2,f3可以实现读取FLASH内容到串口助手。(The NAND flash is controlled by STM32F103, and the data transmitted by FPGA is stored in Flash by DMA way. Input F1, F2, F3 can read FLASH content to serial assistant.)
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis