搜索资源列表
cc2430_lib_and_app_1.02
- TI(德州仪器公司)的CC2430芯片的库函数以及一些应用,还包含了各种驱动,如UART,DMA,ADC等。
Implementing a Software UART on the TMS320C54x wit
- Implementing a Software UART on the TMS320C54x with the McBSP and DMA
keil_lpc1768
- LPC1768範例CODE,包含特殊介面功能ADC、PWM、CAN、RTC、UART和USB-LPC1768 SAMPLE CODE,includes ADC,pwm,can,usb,uart...
UART(DMA)
- UART接口采用DMA方式的代码,具有很*价值-UART interface with DMA mode code, has great reference value
NiosII_example
- FPGA中niosII的应用实例--包括PIO,UART,DMA,ISR等的应用,比较基础,适合初学者比较透彻理解NiosII的应用-FPGA application in niosII- including PIO, UART, DMA, ISR and other applications, basis of comparison, suitable for beginners relatively thorough understanding of the application of N
exp
- 《arm9嵌入式系统开发与实践》光盘资料,包括uart,DMA,IIC,GPRS驱动程序-" Arm9 embedded system development and practice of" CD-ROM, including the uart, DMA, IIC, GPRS driver
LM3SAPP_DMA_UART_Note
- TI的LM3s系列采用DMA方式进行UART通信例程,对理解UART通信和DMA有帮助。-TI LM3s series conducted by DMA UART communication routines, communication and understanding UART DMA help.
uart0
- 次源码包含了LPC1700芯片串口通信的三种方式:DMA方式、查询方式、中断方式。只要修改读写信号就可以里脊运行。-This programme contains three ways of serial port communication of LPC1700:DMA, request and interrupt.
DMA
- s3c2440 DMA操作实例程序,通过DMA方式读取内存中的数据并显示操作时间。-s3c2440 DMA operation sample program, read the memory through the DMA mode and display the data in the operation time.
Printf-UART-DMA-STM32
- printf dma uart STM32
uart-DMA---USART1---simple-HTTPSERVER-with-a-bug.
- DMA, Wizfi WIFI via serial, STM32F103
UART(DMA)
- UART接口采用DMA方式的代码,具有很*价值-UART interface with DMA mode code, has great reference value
UART-DMA
- STM32的UART发送、接收DMA模式函数配置方法,已经调试可用。-Configuration method of STM32 UART using DMA mode to realize duplex communication function, debugging has been available.
CC430F6137-DMA-UART
- CC430基于内部DMA模块,实现串口发送-CC430 UART DMA
STM32F103_12M晶振_串口DMA查询接收
- 利用STM32, 查询DMA是否收到数据,与目前互联网上差别最大的地方,是利用定时器,不停开关DMA,去查询是否接收到数据,而且是不定长数据的接收。
uart-DMA
- stm32 youguan串口的DMA一系列的学习-STM32 serial DMA series of learning
fifo
- 一个简单的FIFO实现,基于STM32的UART+DMA方式。(A simple FIFO implementation, based on the STM32 UART+DMA approach.)
STM32F030F4_LED_USART_EXIT_WFI()
- STM8S0F030 uart + DMA
SysUART
- 程序初始化STM32F030 uart1和DMA,并通过DMA接收和发送不定长串口数据(The program initializes STM32F030, uart1 and DMA, and receives and sends the indefinite long serial data through the DMA)
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis